| wordcloud2-shiny | R Documentation |
Function for plotting wordcloud2 in shiny
wordcloud2Output(outputId, width = "100%", height = "400px") renderWordcloud2(expr, env = parent.frame(), quoted = FALSE) wordcloud2Output(outputId, width = "100%", height = "400px") renderWordcloud2(expr, env = parent.frame(), quoted = FALSE)
outputId |
output variable to read from |
width,height |
Must be a valid CSS unit (like |
expr |
An expression that generates a networkD3 graph |
env |
The environment in which to evaluate |
quoted |
Is |
Use renderWordcloud2 to render an wordcloud2 object and use wordcloud2Output output an wordcloud2 object. See more details in shiny package.