bind_word_cloud_data: Bind word cloud data

View source: R/bind_word_cloud_data.R

bind_word_cloud_dataR 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)
)

flourishcharts documentation built on Oct. 30, 2024, 9:07 a.m.