get_iatf_links: Get list of links to IATF resolutions from Department of...

Description Usage Arguments Value Examples

View source: R/get_iatf.R

Description

Get list of links to IATF resolutions from Department of Health website

Usage

1
get_iatf_links(base = base_urls[[1]])

Arguments

base

URL to the Department of Health IATF resolutions webpage. This is currently at http://www.doh.gov.ph/COVID-19/IATF-Resolutions/

Value

A tibble containing absolute links to all the current IATF resolutions at time of extraction. The tibble contains the following information:

Examples

1
2
base <- system.file("extdata", "iatf.html", package = "covidphtext")
get_iatf_links(base = base)

como-ph/covidphtext documentation built on Aug. 17, 2020, 9:37 a.m.