Description Usage Arguments Details Value Examples
ingest_egm4
ingests data from *include information about the data source
including manufacturer, sensor name, file extension, version information etc* 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_egm4(input.source, header.info = TRUE)
|
input.source |
Character indicating the PP Systems .dat file from a EGM-4 IRGA |
header.info |
A logical indicating if header information is written to a separate data frame |
*Any relevant details of parameter arguments and returned values and header information should be specified here.*
A dataframe. If export.header = TRUE a temporary file is created for
the header data. See ingest_header
for more information.
1 2 3 4 5 | ## Not run:
#' egm4_file <- system.file("example_data", "egm4.dat", package = "ingestr")
ingest_egm4(input.source = egm4_file)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.