Get internal data
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
)
A data.table
containing all the addresses in the given states.
The abbreviated state name.
Character vector of columns to select. If NULL
, all columns are selected.
The environment in which objects are cached. Mainly for internal use.
The file directory into which the downloaded files should be
stored. Defaults to a temporary directory. It is recommended to set the option
healthyAddress.data_dir
so that subsequent calls to this function do not
result in unnecessary downloads.
Whether or not to bind the list result should multiple states be requested.