Description Usage Arguments Examples
Loads data from locally downloaded CSV files. Run check_dl_data before using this function.
| 1 | adk_data(data_name)
 | 
| data_name | A string choosing the data to load. 
 | 
| 1 2 3 4 5 6 7 | ## Not run: 
#grab secchi data and plot it
secchi = adk_data('secchi')
plot(as.POSIXct(secchi$date), secchi$secchi)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.