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")

Arguments

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 mtbs_perimeter_data, mtbs_fod_pts_data

ds_source

(character) : data names. Default to "mtbs"

Value

A tibble of filenames

Examples

if (FALSE) { get_mtbs_mtda_paths(ds_source = "mtbs", dl_date = base::as.Date("2019-07-06"), mtbs_type = "mtbs_perimeter_data") }