Description Usage Arguments Value Examples
Get contents of the IATF pages from the Official Gazette
1 | get_iatf_pages(pages)
|
pages |
A character vector of URLs of all pages of the IATF Resolutions in the Official Gazette. This can be created using list_iatf_pages |
A tibble containing absolute links to all 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 the webpage of the resolution
checked
Date (in <YYYY-MM-DD format) table was extracted. This
is by default provided by Sys.Date
1 2 | pages <- list_iatf_pages(pages = 1)
get_iatf_pages(pages = pages)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.