Description Usage Arguments Details Value Examples
ingest_xle
ingests data from Solinst levellogers that are stored in
*.xle format. This is the standard format for data offloaded from Solinst
levelloggers and barologgers. All ingest functions use the source
file name as an identifying column to track provenance and relate data and
metadata read from files. Please check that you have unique file names."
1 | ingest_xle(input.source, header.info = TRUE, collapse.timestamp = FALSE)
|
input.source |
A string representing the file to ingest |
header.info |
A logical indicating if header information is written to a separate data frame |
collapse.timestamp |
A logical indicating if a single timestamp should returned rather than separate date and time columns. Defaults to FALSE, returning date and time as character columns |
By default Solinst .xle files do not include a timezone, but time are stored in whatever timezone you set the datalogger when launching.
A dataframe. If export.header = TRUE a temporary file is created for
the header data. See ingest_header
for more information.
1 2 | xle_file <- system.file("example_data", "solinst.xle", package = "ingestr")
ingest_xle(input.source = xle_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.