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."
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 |
A dataframe. If export.header = TRUE a temporary file is created for
the header data. See ingest_header
for more information.
*Any relevant details of parameter arguments and returned values and header information should be specified here.*
if (FALSE) { #' egm4_file <- system.file("example_data", "egm4.dat", package = "ingestr") ingest_egm4(input.source = egm4_file) }