View source: R/bind_word_cloud_data.R
bind_word_cloud_data | R Documentation |
Bind word cloud data
bind_word_cloud_data(
.,
words_data = NULL,
word = NULL,
value = NULL,
category = NULL,
metadata = NULL
)
. |
The prior Flourish object. No need to specify name if piping graph as the graph will take the first argument (i.e. the prior existing graph). |
words_data |
Words data. |
word |
Word |
value |
Value |
category |
Category |
metadata |
Info for popups. One or more columns of information (text, image URLs, embedded charts etc) to include in popups and panels Flourish type hint: columns |
A Flourish chart
try(
flourish(chart_type = "word_cloud", api_key = Sys.getenv("FLOURISH_API_KEY")) |>
bind_word_cloud_data(gapminder)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.