View source: R/tidy_faam_netcdf.R
tidy_faam_netcdf | R Documentation |
NetCDF
file from FAAM activites to a data
frame.Function to transform a NetCDF
file from FAAM activites to a data
frame.
tidy_faam_netcdf(file)
file |
File names of FAAM |
Tibble.
Stuart K. Grange
## Not run:
# Create tidy data from a single file
data_faam <- tidy_faam_netcdf(file = "data/core_faam_1hz.nc")
# Transform multiple files
files <- c("data/core_faam_1hz.nc", "data/core_faam_10hz.nc")
data_faam_many <- tidy_faam_netcdf(file = files)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.