View source: R/load.all.data.R
load.all.data | R Documentation |
Loads and returns all the data available in the specified directory for a given site. All timeseries data are merged by “datetime” into a single data.frame. Data are identified by the column header information.
load.all.data(lake.name, data.path, checkMerge=TRUE)
lake.name |
The file prefix to be matched. For example, “sparkling” matches “sparkling.wtr” but not “troutbog.wtr” |
data.path |
The directory to look for files |
checkMerge |
Should check merge size before attempting to prevent potential merge problems. |
A list with two items
data |
|
metadata |
Luke A. Winslow
load.ts load.meta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.