read_xle: Read in Solinst .xle levellogger and barologger files

Description Usage Arguments Value Examples

View source: R/Import_Functions.R

Description

Use read_xle to read in Solinst data from levelloggers and barologgers that are in the *.xle format without exporting the file to a csv. Use read_and_convert_xle to convert the stored values as they are read in.

Usage

1
2
3

Arguments

file

A file in the .xle format

conversions

A list of character vectors of length 2, each consisting of the input unit and the desired unit using abbreviations from conv_unit

Value

A dataframe containing project ID, site, coordinates, date of measurement ('yyyymmdd'), time of measurement ('HH:MM:SS'), and the data extracted from each channel in the logger. If a channel includes measurement parameters such as offset or altitude these are included in the dataframe.

Examples

1
2
3
read_and_convert_xle(file = "some_file.xle", 
                     conversions = list(c("ft", "m"), 
                                        c("F", "C")))

jpshanno/ecoflux documentation built on May 19, 2019, 11:51 p.m.