Combine specific documents available in the covidphtext package into a single dataset

combine_docs(docs = c("resolution", "press release"))

Arguments

docs

A vector of terms to search for in the document names

Value

A tibble of all document types called for.

Examples

combine_docs(docs = "resolution")
#> # 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