Skip to content

Instantly share code, notes, and snippets.

@Harshit1694
Created June 27, 2019 11:16
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 Harshit1694/bfc073fa1c57767c99a0b8e49fdf7ef0 to your computer and use it in GitHub Desktop.
Save Harshit1694/bfc073fa1c57767c99a0b8e49fdf7ef0 to your computer and use it in GitHub Desktop.
data<-read.table(file.choose(), header = T, sep = ",", dec = ".")#Importing the data
head(data) #Top observations present in the data
dim(data) #Check the dimensions of the data
summary(data) #Summarise the data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment