Skip to content

Instantly share code, notes, and snippets.

@wfkwan
Created October 18, 2020 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wfkwan/8ad6e9030d174210a987072fc3519c4c to your computer and use it in GitHub Desktop.
Save wfkwan/8ad6e9030d174210a987072fc3519c4c to your computer and use it in GitHub Desktop.
Example box
box(
title = "Airline Flight Destination Weather",
sliderInput("wordcloud_size", "Size of the Wordcloud:",
min=0.1,
max=0.6,
value=0.6
),
wordcloud2Output("dest_weather", height = 200),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment