Skip to content

Instantly share code, notes, and snippets.

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