Description Usage Arguments Value
Used to read in sitrep files. Avoids DRY violations throughout; hopefully with performance.
1 2 3 4 5 6 7 8 9 10 11 12 13 | read_sitrep(
view,
prev = FALSE,
latest = FALSE,
data_source = NULL,
excl_diag_today = TRUE,
use_fst = getOption("dhhs.use_fst", FALSE),
columns = NULL,
decode = TRUE,
verbose = getOption("verbose", FALSE),
reset_cache = getOption("dhhs.reset_cache", FALSE),
exact = getOption("dhhs.sitrep_file_exact", FALSE)
)
|
view, prev, latest |
As in 'sitrep_file()' above. |
data_source |
Which data to use? One of By default, the values of |
excl_diag_today |
(TRUE or FALSE, default: |
use_fst |
Should |
columns |
Only useful when reading |
decode |
If |
verbose |
Be chatty and report the output from |
reset_cache |
If |
exact |
|
A data.table
sourced from the requested sitrep file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.