Description Usage Arguments Value Examples
Extract text of press release from the Philippines Department of Health website
1 | get_press_release(base = "https://www.doh.gov.ph", df)
|
base |
Base URL for press releases in the Department of Health website. Default is https://www.doh.gov.ph |
df |
A data.frame created using |
A tibble containing text of the press release with additional information on line number, type of text, unique identifier and date of press release.
1 2 3 4 | prURL <- get_pr_url(base = "http://www.doh.gov.ph/press-releases",
pages = 1)
get_press_release(base = "http://www.doh.gov.ph",
df = prURL[1, ])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.