Description Usage Arguments Value Examples
Get Timeseries from EpiNow
1 | get_timeseries(results_dir = NULL, date = NULL, summarised = FALSE)
|
results_dir |
A character string indicating the folder containing the |
date |
A Character string (in the format "yyyy-mm-dd") indicating the date to extract data for. Defaults to "latest" which finds the latest results available. |
summarised |
Logical, defaults to |
A list of reproduction number estimates and nowcast cases
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
## Assuming epiforecasts/covid is one repo higher
## Summary results
get_timeseries("../covid/_posts/global/nowcast/results/",
summarised = TRUE)
## Simulations
get_timeseries("../covid/_posts/global/nowcast/results/")
## End(Not run)
## Code
get_timeseries
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.