get_seifa | R Documentation |
The function will download all SEIFA data, for a specified spatial structure, to a temporary excel file and then merge sheets into a single 'data.frame'. This 'data.frame' also includes the ABS population count for the given spatial structure. For more information on SEIFA indexes go to https://www.abs.gov.au/statistics/people/people-and-communities/socio-economic-indexes-areas-seifa-australia
To learn more about the individual data-sets for each year, please visit their respective pages: 2011 https://www.abs.gov.au/AUSSTATS/abs@.nsf/allprimarymainfeatures/8C5F5BB699A0921CCA258259000BA619 2016 https://www.abs.gov.au/ausstats/abs@.nsf/mf/2033.0.55.001 2021 https://www.abs.gov.au/statistics/people/people-and-communities/socio-economic-indexes-areas-seifa-australia/2021
get_seifa(
structure = c("sa1", "sa2", "lga", "postcode", "suburb"),
data_subclass = c("irsed", "irsead", "ier", "ieo"),
year = NULL
)
structure |
character value for the desired spatial area. Must be one of:
|
data_subclass |
character vector matching available SEIFA indexes:
|
year |
a character string or numeric of the release year of SEIFA object, eg "2016"; 2011. |
'data.frame' if file successfully downloaded, else returns 'NULL'.
For All ABS SEIFA spreadsheets go to ABS website
## Not run:
get_seifa(structure = "lga", data_subclass = "irsed", year = 2016)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.