R/get_iatf.R
get_iatf_gazette.RdGet list of links to IATF resolutions from Philippines Official Gazette
get_iatf_gazette(pages)
| pages | A tibble created by a call to get_iatf_pages. |
|---|
A tibble containing absolute links to the PDF of the current IATF resolutions at time of extraction from the Official Gazette. The tibble contains the following information:
idResolution number
titleTitle of resolution
dateDate (in <YYYY-MM-DD> format) resolution was issued
sourceSource of resolution. This is by default from IATF
typeType of document. This is by default a resolution
urlAbsolute URL for PDF of resolution
checkedDate (in <YYYY-MM-DD format) table was extracted. This
is by default provided by Sys.Date
get_iatf_gazette(iatfPages[1, ])#> # A tibble: 1 x 7 #> id title date source type url checked #> <dbl> <chr> <date> <chr> <chr> <chr> <date> #> 1 60 RESOLUTION… 2020-07-30 IATF resolu… https://www.officialga… 2020-08-01