R/get_iatf.R
get_iatf_links.Rd
Get list of links to IATF resolutions from Department of Health website
get_iatf_links(base = base_urls[[1]])
base | URL to the Department of Health IATF resolutions webpage. This is currently at http://www.doh.gov.ph/COVID-19/IATF-Resolutions/ |
---|
A tibble containing absolute links to all the current IATF resolutions at time of extraction. 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
#> Warning: NAs introduced by coercion#> # A tibble: 74 x 7 #> id title date source type url checked #> <dbl> <chr> <date> <chr> <chr> <chr> <date> #> 1 9 Recommendations f… 2020-03-03 IATF reso… https://doh.gov.… 2020-08-12 #> 2 10 Recommendations f… 2020-03-09 IATF reso… https://doh.gov.… 2020-08-12 #> 3 11 Recommendations f… 2020-03-12 IATF reso… https://doh.gov.… 2020-08-12 #> 4 12 Recommendations f… 2020-03-13 IATF reso… https://doh.gov.… 2020-08-12 #> 5 13 Recommendations f… 2020-03-17 IATF reso… https://doh.gov.… 2020-08-12 #> 6 14 Resolutions Relat… 2020-03-20 IATF reso… https://doh.gov.… 2020-08-12 #> 7 15 Resolutions Relat… 2020-03-25 IATF reso… https://doh.gov.… 2020-08-12 #> 8 16 Additional Guidel… 2020-03-30 IATF reso… https://doh.gov.… 2020-08-12 #> 9 17 Recommendations R… 2020-03-30 IATF reso… https://doh.gov.… 2020-08-12 #> 10 18 Recommendations R… 2020-04-01 IATF reso… https://doh.gov.… 2020-08-12 #> # … with 64 more rows