Skip to content

Instantly share code, notes, and snippets.

@charliejhadley
Created January 19, 2024 12:06
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 charliejhadley/9081528e1d5e15f0ec2a41580bb87021 to your computer and use it in GitHub Desktop.
Save charliejhadley/9081528e1d5e15f0ec2a41580bb87021 to your computer and use it in GitHub Desktop.
births-deaths.csv
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 3.
tibble::tribble(
~country, ~year, ~month, ~name, ~value,
"Australia", 2011L, "January", "births", 24550L,
"Australia", 2011L, "January", "deaths", 11483L,
"Australia", 2011L, "February", "births", 23209L,
"Australia", 2011L, "February", "deaths", 10522L
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment