Skip to content

Instantly share code, notes, and snippets.

@akshat3096
Created May 14, 2019 12:32
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 akshat3096/ba779226e71e6ea46057f088451307c3 to your computer and use it in GitHub Desktop.
Save akshat3096/ba779226e71e6ea46057f088451307c3 to your computer and use it in GitHub Desktop.
library(tidyverse)
sub_3 <- train %>%
select(.,department,education,gender,is_promoted,no_of_trainings) %>%
filter(.,no_of_trainings==2)
head(sub_3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment