load.all.data: Attemps to load and merge all timeseries data for a given...

View source: R/load.all.data.R

load.all.dataR 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

load.ts load.meta


GLEON/LakeMetabolizer documentation built on Nov. 23, 2022, 6:16 a.m.