Description Usage Arguments Value See Also Examples
View source: R/read_oa_folder.R
Read a folder containing the resulting .txt
file outputs from ObservAir
1 2 3 4 5 6 | read_oa_folder(
file_folder,
time_zone,
columns = c("TS", "Iref", "Isig", "ATN", "BC", "RH", "T", "FR", "Vbat", "GPSlat",
"GPSlong")
)
|
file_folder |
Location of data files. Files in the folder should use the following naming conventions:
|
time_zone |
Character; valid Olson Name of time zone.
Not sure which name to use? Run |
columns |
Character list, optional; List of column names as provided in the Settings file. If Settings file does not exist in the folder, you can list them here or use the provided default. |
Raw data frame containing the columns (either detected from the Settings file or specified),
with an additional site_id
column for the data source.
Other OA functions:
wrangle_oa_meta()
,
wrangle_oa()
1 2 3 4 | ## Not run:
read_oa_folder("data-raw/oa_moving", "America/Los_Angeles")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.