Read datasets by the reporting unit code.
Usage
get_reporting_unit_data(reporting_unit_code)
Arguments
- reporting_unit_code
A measure code. For example, "H0012".
Examples
if (FALSE) { # interactive() && curl::has_internet()
get_reporting_unit_data("H0012")
}