extract_info2 | R Documentation |
Extract information from latest report of DGS from 2020/08/17
extract_info2(only.date = NULL, index = 1)
only.date |
filter out if date isn't the same (NULL for keep whatever report it is) |
index |
index of report to extract (1 is the latest) |
list with information that can be extracted
extract_info2(index = 11) # keep only if it's from today index <- 15 extract_info2(index = index) # keep only if it's from today
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.