R/get_iatf.R
get_iatf_gazette.Rd
Get 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:
id
Resolution number
title
Title of resolution
date
Date (in <YYYY-MM-DD> format) resolution was issued
source
Source of resolution. This is by default from IATF
type
Type of document. This is by default a resolution
url
Absolute URL for PDF of resolution
checked
Date (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