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 = 9:19)

Arguments

docs

A vector of terms to search for in the document names

res

A vector of document identifiers to concatenate. Default is 9:19.

Value

A tibble of all the IATF resolutions

Examples

combine_iatf()
#> # A tibble: 1,434 x 6 #> linenumber text source type id date #> <int> <chr> <chr> <chr> <dbl> <date> #> 1 1 WHEREAS, on January 31, 2020, upo… IATF resolu… 9 2020-03-03 #> 2 2 Inter-Agency Task Force (IATF) fo… IATF resolu… 9 2020-03-03 #> 3 3 a travel ban covering China, Maca… IATF resolu… 9 2020-03-03 #> 4 4 SAR. On February 11, 2020, travel… IATF resolu… 9 2020-03-03 #> 5 5 that it was being used as a trans… IATF resolu… 9 2020-03-03 #> 6 6 WHEREAS, on February 14, 2020, tr… IATF resolu… 9 2020-03-03 #> 7 7 lifted. On February 18, 2020, the… IATF resolu… 9 2020-03-03 #> 8 8 exemptions in favor of certain cl… IATF resolu… 9 2020-03-03 #> 9 9 SAR, and Macau SAR; IATF resolu… 9 2020-03-03 #> 10 10 WHEREAS, on February 26, 2020, fo… IATF resolu… 9 2020-03-03 #> # … with 1,424 more rows