Skip to content

Instantly share code, notes, and snippets.

@MilesMcBain
Last active October 14, 2016 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MilesMcBain/56d23f381dea7255a563c1731d444ebe to your computer and use it in GitHub Desktop.
Save MilesMcBain/56d23f381dea7255a563c1731d444ebe to your computer and use it in GitHub Desktop.
tribble(
~Aus.City, ~Pop,
"Sydney", "4920970",
"Melbourne", "4529496",
"Brisbane", "2308720",
"Perth", "2039193",
"Adelaide", "1316779",
"Gold Coast", " 624918",
"Newcastle", " 434454",
"Canberra", " 424666"
)
@dgrtwo
Copy link

dgrtwo commented Oct 14, 2016

Data is for 2016. Go nuts!

Aus.City,R,TotalVisits,Pop
Melbourne,23176,1544868,4529496
Adelaide,7181,350850,1316779
Perth,6942,517323,2039193
Canberra,4950,201914, 424666
Gold Coast,9,12711, 624918
Brisbane,10847,753890,2308720
Sydney,24726,1782976,4920970
Newcastle,138,15348, 434454

@jonocarroll
Copy link

jonocarroll commented Oct 14, 2016

Awesome contribution, cheers @dgrtwo!

Is that total stackoverflow R tag visits for 2016? I reckon a good fraction of those Adelaide ones are mine.

If you're in a sharing mood, rather than population, could you add number of unique visitors that R count represents (if that even exists)? Maybe just signed-in accounts? I'm going to guess just one for Gold Coast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment