Description Usage Arguments Value Examples
View source: R/extract_latest.R
Helper function
1 | extract_latest(dat, group = place, clmns = c("total_tests", "tpr", "ppt"))
|
dat |
data set |
group |
place variable |
clmns |
columns to be extracted |
Data set of recent observations of selected variables
1 2 3 4 | ## Not run:
extract_latest(dat = get_all_data())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.