Skip to content

Instantly share code, notes, and snippets.

@srishtis
Created October 4, 2018 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srishtis/b548da15c91e39ed8a94d59b4767f4b9 to your computer and use it in GitHub Desktop.
Save srishtis/b548da15c91e39ed8a94d59b4767f4b9 to your computer and use it in GitHub Desktop.
Loading and viewing mtcars
# Loading dataset in local R environment
data(mtcars)
# Print the first 10 rows of the dataset
head(mtcars, 10)
@srishtis
Copy link
Author

srishtis commented Oct 4, 2018

This is to load the mtcars dataset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment