Description Usage Arguments Value Examples
View source: R/Import_Functions.R
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.
1 2 3 | read_xle(file = NULL)
read_and_convert_xle(x, conversions = NULL)
|
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 |
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.
1 2 3 | read_and_convert_xle(file = "some_file.xle",
conversions = list(c("ft", "m"),
c("F", "C")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.