Skip to content

Instantly share code, notes, and snippets.

@srishtis
Created October 4, 2018 08:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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