Pandemic PACT Research Categories
Format
A data.frame with 4 columns and 70 rows:
Variable | Description |
research_category_code | Two digit research category code |
research_category | Research category name |
research_subcategory_code | Four digit research sub-category code |
research_subcategory | Research sub-category name |
Examples
pact_research_category
#> # A tibble: 70 × 4
#> research_category_code research_category research_subcategory…¹
#> <chr> <chr> <chr>
#> 1 01 Pathogen: natural history, tra… 0101
#> 2 01 Pathogen: natural history, tra… 0102
#> 3 01 Pathogen: natural history, tra… 0103
#> 4 01 Pathogen: natural history, tra… 0104
#> 5 01 Pathogen: natural history, tra… 0105
#> 6 01 Pathogen: natural history, tra… 0106
#> 7 02 Animal and environmental resea… 0201
#> 8 02 Animal and environmental resea… 0202
#> 9 02 Animal and environmental resea… 0203
#> 10 03 Epidemiological studies 0301
#> # ℹ 60 more rows
#> # ℹ abbreviated name: ¹research_subcategory_code
#> # ℹ 1 more variable: research_subcategory <chr>