Created
March 18, 2020 20:37
-
-
Save NyaGarcia/e1cc029b7d608fd80e0cbd9ef5fb0f37 to your computer and use it in GitHub Desktop.
Showing the first two rows of the first two columns
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
> 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