read_hyr | R Documentation |
hyr_run
.Function to load HYSPLIT data files produced with hyr_run
.
read_hyr(file, verbose = FALSE, progress = FALSE)
file |
Vector of file names produced by |
verbose |
Should the function give messages? |
progress |
Should a progress bar be displayed? |
Tibble.
Stuart K. Grange
hyr_run
## Not run:
# Get file list
list_files <- list.files("~/Desktop/hysplit_outputs", full.names = TRUE)
# Load files
data_hysplit <- read_hyr(list_files)
# Or load files and rename variables for use in openair
data_hysplit_openair <- read_hyr(list_files) %>%
hyr_rename_for_openair()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.