Skip to content

Instantly share code, notes, and snippets.

@akshat3096
Created May 14, 2019 12:19
Show Gist options
  • Save akshat3096/c9045e3acc6eb388e76e5e84666c7ffa to your computer and use it in GitHub Desktop.
Save akshat3096/c9045e3acc6eb388e76e5e84666c7ffa to your computer and use it in GitHub Desktop.
train <- read.csv("~/Analytics Vidhya/HR analytics/train_LZdllcl.csv", header=T)
head(train)
#subset first few rows and columns
sub <- train[1:5000,1:6]
head(sub)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment