Description Usage Arguments Examples
shift the death records in dfr shift
days into the past
1 | resync(dfr, shift = 26)
|
dfr |
a data.frame with date, deaths, confirmed |
shift |
numeric(1) coerced to integer |
1 2 | ind = data.frame(date=1:5, confirmed=letters[1:5], deaths=LETTERS[1:5])
resync(ind, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.