class(iris) skipfirst <-3 finalOutput <- iris[-(1:skipfirst),] write.csv(finalOutput, file = "modified.csv")
No comments:
Post a Comment