Is there an equivalent to tidycensus for Australia? I am currently trying to explore Australian census data but it seems to be way harder than US census data.
Is there an equivalent to tidycensus for Australia? I am currently trying to explore Australian census data but it seems to be way harder than US census data.
Depending on the kind of census data you need, raustats might help.
You can get the pacakge right from CRAN with: install.packages("raustats").