Description Usage Arguments Value See Also Examples
View source: R/read_local_folder.R
Read a folder containing PurpleAir CSV data.
1 2 3 4 5 6 | read_local_folder(
folder_path = input_path,
read_primary = TRUE,
read_secondary = TRUE,
pattern = NULL
)
|
folder_path |
Character; the file path for the folder that contains the monitor data frames |
read_primary |
Logical; read primary data |
read_secondary |
Logical; read secondary data |
pattern |
Character, optional; filter for a specific location (by label in the file title) |
Raw R data frame
read_local_single()
to read single files in a folder.
Other PA local functions:
read_local_meta()
,
read_local_single()
,
wrangle_local()
1 2 3 4 5 | ## Not run:
read_local_folder(folder_path = "data-raw/local")
read_local_folder(folder_path = "data-raw/local", pattern = "Lincoln")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.