Online R Compiler

input <- mtcars[,c("mpg","disp","hp","wt")] print(head(input))