textOutput vs. verbatimTextOutput

Published by onesixx on

 

둘다 renderText({  }) 를 input으로 받아서, 

textOutput은   기본적으로 <div>  이고, 
인라인일때는 <span>   이 자동적으로 적용되며, Container 로 <pre>  H1  H2 등으로   변경하여 적용할수 있다. 

textOutput(outputId, container=if (inline) span else div, inline=F)

 

verbatimTextOutput 은 <pre>       

verbatimTextOutput(outputId, placeholder=F)

output문자들에 박스가 기본적으로 적용되며, placeholder여부에 따라 처음부터 빈 박스를 안보여줄수 있다. 

 

 

Error: could not find function “VerbatimTextOutput”

대소문자 

VerbatimTextOutput   –> verbatimTextOutput

 

Categories: R-Shiny

onesixx

Blog Owner

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x