| bricklayer_fetch_parse_siu | R Documentation |
Convenience: bricklayer_fetch_siu() then bricklayer_parse_siu().
Fails gracefully – returns NULL with a message when the report cannot
be retrieved.
bricklayer_fetch_parse_siu(drid, lang = c("en", "fr"))
drid |
Director's-report id (the |
lang |
|
A named character vector of parsed fields, or NULL when the
fetch fails.
f <- try(bricklayer_fetch_parse_siu(648), silent = TRUE)
if (is.character(f)) f[["police_service"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.