g_np_daily: Daily negative and positive cases of COVID19.

Description Usage Arguments Value Examples

View source: R/g_np_daily.R

Description

This function graphs the daily total number negative and positive COVID19 cases in the Dominican Republic.

Usage

1
g_np_daily(saveplot = FALSE, savepng = FALSE)

Arguments

saveplot

Logical. Should save the ggplot objet to the .GlobalEnv? Default FALSE.

savepng

Logical. Should save a png version of the plot? Default FALSE.

Value

Graph of the daily total number of negative and positives cases and saves a copy in png format to the computer at the address defined in setwd().

Examples

1
2
g_np_daily()
g_np_daily(saveplot = FALSE, savepng = TRUE)

fidelmorla/drcovidplots documentation built on July 14, 2020, 4:02 p.m.