R/mtbs-transform.R
get_mtbs_mtda_paths.Rd
Provides a helper dataframe to list all of the files extracted for MTBS for a specified year of download
get_mtbs_mtda_paths(dl_date, mtbs_type, ds_source = "mtbs")
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 |
---|---|
mtbs_type | (character) : This specifies the type of MTBS data we want
to import and takes 2 values |
ds_source | (character) : data names. Default to "mtbs" |
A tibble of filenames
if (FALSE) { get_mtbs_mtda_paths(ds_source = "mtbs", dl_date = base::as.Date("2019-07-06"), mtbs_type = "mtbs_perimeter_data") }