Learn R Programming

LakeMetabolizer (version 1.5.5)

load.all.data: 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)

Value

A list with two items

data

metadata

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.

Author

Luke A. Winslow

See Also

load.ts load.meta