get_geos | R Documentation |
This function queries my personal GitHub and returns concorded geographic
data. It is used to concord geographies in
concord_geos
, and can be
used to get basic meshblock information like category or population estimate.
get_geos(cols = NULL)
cols |
(unquoted character vector; default = |
Available columns include ASGS, LGA, UCL, SUA, GCCSA, RA, CED and SED, and more:
mb_code_2016
mb_category_name_2016
sa1_maincode_2016
sa1_7digitcode_2016
sa2_maincode_2016
sa2_5digitcode_2016
sa2_name_2016
sa3_code_2016
sa3_name_2016
sa4_code_2016
sa4_name_2016
gccsa_code_2016
gccsa_name_2016
state_code_2016
state_name_2016
ucl_code_2016
ucl_name_2016
sosr_code_2016
sosr_name_2016
sos_code_2016
sos_name_2016
sua_code_2016
sua_name_2016
lga_code_2018
lga_name_2018
poa_code_2016
ced_code_2018
ced_name_2018
sed_code_2020
sed_name_2020
ra_code_2016
ra_name_2016
area_albers_sqkm
dwellings
persons
a tibble
with as the columns you asked for the as many rows as
needed to fulfil that request (i.e. up to 358,122 rows). Note that
dplyr::distinct()
is called before returning the results (to
minimise redundant results).
## Not run:
get_geos(cols = c(
mb_category_name_2016,
area_albers_sqkm,
ced_name_2018,
persons
))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.