wordcloud2-shiny: Plot wordcloud2 in shiny

Description Usage Arguments Details

Description

Function for plotting wordcloud2 in shiny

Usage

1
2
3
4
5
6
7
8
wordcloud2Output(outputId, width = "100%", height = "400px")
clickedWordInputId is automatically generated by: paste0(outputId, "_clicked_word"))

renderWordcloud2(expr, env = parent.frame(), quoted = FALSE)

wordcloud2Output(outputId, width = "100%", height = "400px")

renderWordcloud2(expr, env = parent.frame(), quoted = FALSE)

Arguments

outputId

output variable to read from

width, height

Must be a valid CSS unit (like "100%", "400px", "auto") or a number, which will be coerced to a string and have "px" appended.

expr

An expression that generates a networkD3 graph

env

The environment in which to evaluate expr.

quoted

Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.

Details

Use renderWordcloud2 to render an wordcloud2 object and use wordcloud2Output output an wordcloud2 object. See more details in shiny package.

This will be the same value as shown in the hover information (example: super:32).


Lchiffon/wordcloud2 documentation built on May 7, 2019, 12:47 p.m.