adk_data {adklakedata} | R Documentation |
Load ADK Data
Description
Loads data from locally downloaded CSV files. Run check_dl_data
before using this function.
Usage
adk_data(data_name)
Arguments
data_name |
A string choosing the data to load.
|
Examples
## Not run:
#grab secchi data and plot it
secchi = adk_data('secchi')
plot(as.POSIXct(secchi$date), secchi$secchi)
## End(Not run)
[Package adklakedata version 0.6.1 Index]