bind_word_cloud_data {flourishcharts} | R Documentation |
Bind word cloud data
Description
Bind word cloud data
Usage
bind_word_cloud_data(
.,
words_data = NULL,
word = NULL,
value = NULL,
category = NULL,
metadata = NULL
)
Arguments
. |
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 |
Value
A Flourish chart
Examples
try(
flourish(chart_type = "word_cloud", api_key = Sys.getenv("FLOURISH_API_KEY")) |>
bind_word_cloud_data(gapminder)
)
[Package flourishcharts version 1.0.0.3 Index]