read_ste_fst {healthyAddress} | R Documentation |
Get internal data
Description
Get internal data
Usage
read_ste_fst(
ste = c("ACT", "NSW", "NT", "OT", "QLD", "SA", "TAS", "VIC", "WA"),
columns = NULL,
data_env = getOption("healthyAddress.data_env"),
data_dir = getOption("healthyAddress.data_dir", tempfile()),
rbind = TRUE
)
Arguments
ste |
The abbreviated state name. |
columns |
Character vector of columns to select. If |
data_env |
The environment in which objects are cached. Mainly for internal use. |
data_dir |
The file directory into which the downloaded files should be
stored. Defaults to a temporary directory. It is recommended to set the option
|
rbind |
Whether or not to bind the list result should multiple states be requested. |
Value
A data.table
containing all the addresses in the given states.
[Package healthyAddress version 0.4.3 Index]