ua-snap / ffvtr

FFVT R/Shiny
MIT License
0 stars 0 forks source link

Add scaffolding code for other reactive sliders #3

Closed brucecrevensten closed 7 years ago

cstephen commented 7 years ago

I read up on the difference between atomic vectors (c()) and lists (list()) here: https://jennybc.github.io/purrr-tutorial/bk00_vectors-and-lists.html

Atomic vectors are for homogenous data, lists are for heterogeneous data. We should probably be using atomic vectors after all.