watchdog.Rd
Tibble of converters and parsers to download data. To update watchdog your may proceed in the following steps:
watchdog
A data frame with 7 columns
url to download and parse, may be empty
name of the raw file after download, may be empty
name of the main file after parsing, usually csv
name of the processing function
TRUE for univariate and FALSE for multivariate
observations per year
comment in free form
1. Set the working directory to the package folder.
2. Update the watchdog dataset in memory.
3. usethis::use_data(watchdog)
4. devtools::check()
5. upload package on github