Created
March 18, 2020 15:18
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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