adk_data {adklakedata} | R Documentation |
Loads data from locally downloaded CSV files. Run check_dl_data
before using this function.
adk_data(data_name)
data_name |
A string choosing the data to load.
|
## Not run: #grab secchi data and plot it secchi = adk_data('secchi') plot(as.POSIXct(secchi$date), secchi$secchi) ## End(Not run)