Description Usage Arguments Value Examples
Get list of links to IATF resolutions from Department of Health website
1 | 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
1 2 | base <- system.file("extdata", "iatf.html", package = "covidphtext")
get_iatf_links(base = base)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.