Best way to explore census data for Australia?

Viewed 84

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.

1 Answers

Depending on the kind of census data you need, raustats might help. You can get the pacakge right from CRAN with: install.packages("raustats").

Related