table_countriesofconcern: table_countriesofconcern

Description Usage Arguments

View source: R/viz_tables.R

Description

Table for displaying stats for list of countries of concern.

Usage

1
2
3
4
5
6
table_countriesofconcern(
  df_risk,
  df_vaccinations,
  df_vaccinations_maufacturers,
  country_list
)

Arguments

df_risk

A dataframe with the following: country, date, new_cases, week_case_incidence, week_case, prev_week_case, percent_change_case, new_deaths, week_death_incidence, week_death, prev_week_death, percent_change_death

df_vaccinations

A dataframe with the following: location, date, people_vaccinated_per_hundred, total_vaccinations_per_hundred

df_manufacturers

A dataframe with the following: location, date, vaccines


randyyee/ITFAnalytics documentation built on Dec. 22, 2021, 12:56 p.m.