Combine all Inter-Agency Task Force for the management of emerging infectious diseases (IATF) resolutions datasets into a single dataset

combine_iatf(
  docs = "iatfResolution",
  res = seq_len(max(iatfLinksGazette$id, na.rm = TRUE))
)

Arguments

docs

A vector of terms to search for in the document names

res

A vector of document identifiers to concatenate. Default is sequence of resolution IDs found in iatfLinksGazette

Value

A tibble of all the IATF resolutions

Examples

combine_iatf()
#> # A tibble: 7,728 x 7 #> linenumber text source type id section date #> <int> <chr> <chr> <chr> <dbl> <chr> <date> #> 1 1 Republic of the Philippin… IATF resolu… 1 heading 2020-01-28 #> 2 2 Department of Health IATF resolu… 1 heading 2020-01-28 #> 3 3 Office of the Secretary IATF resolu… 1 heading 2020-01-28 #> 4 4 Inter-Agency Task Force f… IATF resolu… 1 heading 2020-01-28 #> 5 5 Emerging Infectious Disea… IATF resolu… 1 heading 2020-01-28 #> 6 6 28 January 2020 IATF resolu… 1 heading 2020-01-28 #> 7 7 Resolution No. 01 IATF resolu… 1 heading 2020-01-28 #> 8 8 Series of 2020 IATF resolu… 1 heading 2020-01-28 #> 9 9 Recommendations for the M… IATF resolu… 1 heading 2020-01-28 #> 10 10 Novel Coronavirus Situati… IATF resolu… 1 heading 2020-01-28 #> # … with 7,718 more rows