Parse a SIU director's-report HTML page (pure-R)
Usage
morie_siu_parse_html(html, drid = NA_integer_, source_url = NULL)
Arguments
- html
Raw HTML response body.
- drid
Optional integer drid from the request URL – useful
when the page itself doesn't echo it.
- source_url
Optional canonical URL – used to derive drid
and recorded as source_url_report.
Value
A list with every SIU_COLUMNS key (NAs for
unfound fields).