| load.all.data {LakeMetabolizer} | R Documentation | 
Attemps to load and merge all timeseries data for a given site name
Description
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.
Usage
load.all.data(lake.name, data.path, checkMerge=TRUE)
Arguments
| 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. | 
Value
A list with two items
| data | |
| metadata | 
Author(s)
Luke A. Winslow
See Also
[Package LakeMetabolizer version 1.5.5 Index]