Skip to content

andreybutenko/exercise-shiny-reactive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise: Applying reactive functions

We are examining the percentage of days with unsafe PM2.5 percentages in different counties of Washington State. PM2.5 refers to particles in the air that are tiny and dangerous to inhale.

I am giving you a small dataset and a template for your code :)

You want to add:

  • A widget to filter the data
  • A table of the data you’ve filtered to
  • A plot to display the filtered data

Since the table and theplot both use same filtered data, please use a reactive function!

About

INFO 201 Exercise to create reactive expressions with Shiny

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages