Description Usage Arguments Value Examples
View source: R/analysis_functions.R
Returns a data frame with day of the week covariates
1 |
df |
A data frame containing columns with the address (either "Address" or "address") and date (either "Date" or "date")
of the cases. Typically the same data frame used in a call to |
A data frame with value for time period and day of the week.
1 2 3 | tmp <- data.frame(address=c("Buckingham palace","Big ben, Westminster","Marble arch, London"),
date = c("01/01/2020","02/01/2020","03/01/2020"))
get_day(tmp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.