Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created March 18, 2020 15:18
Show Gist options
  • Save NyaGarcia/d39daa8c658d20d61310cd9b671d4d2e to your computer and use it in GitHub Desktop.
Save NyaGarcia/d39daa8c658d20d61310cd9b671d4d2e to your computer and use it in GitHub Desktop.
Creating a table to show the gears each car in the mtcars dataset has
> table(mtcars$gear)
3 4 5
15 12 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment