Description Usage Arguments Value
View source: R/swdi-transform.R
Provides a helper dataframe to list all of the files extracted for NOAA SWDI for a specified year of download
1 2 3 4 5 6 7 | get_noaa_swdi_mtda_paths(
ds_source = "noaa_swdi",
dl_date,
yr,
noaa_swdi_ind_tiles,
noaa_swdi_type
)
|
ds_source |
(character) : name of the data source, default to "noaa_swdi" |
dl_date |
(date) : Date in which the file were downloaded. This is going to look for a folder in the 'data/ds_source/' named as this date |
yr |
(integer) : The specifics NOAA SWDI year CSV we want to transform |
noaa_swdi_ind_tiles |
(integer) : A value in |
noaa_swdi_type |
(character) : Specifying the type of NOAA-SWDI data to
download and extract. Can be one of the following values:
|
A tibble with filenames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.