- x
a dataframe, path to a CSV file, or path to a MANTA
NetCDF file, or folder containing these. If x
is a vector
of file paths then all will be read in and combined. If x
is a folder, then all files with extension extension
will
be loaded. Note this will not load files within subfolders, only
the main folder.
- needCols
names of columns that must be present in x
,
if any are missing will trigger an error
- skipCheck
logical flag to skip some data checking, recommended
to keep as FALSE
- timeBin
amount of time to bin data by, format can
be "#Unit" e.g. '2hour'
or '1day'
- binFunction
summary function to apply to data in each time bin
- octave
one of "original", "tol", or "ol". If "original" then
nothing happens, otherwise data are converted to Octave-leve ("ol")
or Third-Octave-Level ("tol") measurements using
createOctaveLevel
- label
optional, if not NULL
then this value will be
added as an additional column "label" to the output
- tz
timezone of the data being loaded, will be converted to UTC
after load
- extension
only used if x
is a folder, the file extension
to load. Must be one of "nc" or "csv"