| bricklayer_parse_siu | R Documentation |
Deterministic, offline extraction of every bricklayer_siu_schema()
field (plus _language) from report HTML. Fields the report does not
state come back as "".
bricklayer_parse_siu(html)
html |
A length-1 character vector of raw report HTML, or the path
to a saved report file (e.g. from |
A named character vector: the 16 schema fields plus _language.
f <- bricklayer_parse_siu(system.file("extdata",
"siu_synthetic_report.html",
package = "rmoriebricklayer"))
f[["number_of_subject_officers"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.