table_countriesofconcern: table_countriesofconcern

View source: R/viz_tables.R

table_countriesofconcernR Documentation

table_countriesofconcern

Description

Table for displaying stats for list of countries of concern.

Usage

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/SaviR documentation built on Jan. 25, 2025, 10:44 a.m.