Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created March 18, 2020 20:27
Show Gist options
  • Save NyaGarcia/2fd326030fe867826cb989c2609ee27c to your computer and use it in GitHub Desktop.
Save NyaGarcia/2fd326030fe867826cb989c2609ee27c to your computer and use it in GitHub Desktop.
Selecting the first two rows of a table
> myCars[1:2,]
4 6 8
3 1 2 12
4 8 4 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment