R/getplot.R
getplot.RdThis function aims to create a line plot to of COVID-19 variables by date and country.
This function could be used to visualize the data resulted from
daily_indicator or cumulative_indicator functions.
getplot(data_frame)
| data_frame | A data frame to be visualized. |
|---|
if (FALSE) { getplot(daily_deaths) }