# NOT RUN {
write.csv(iris, file = "iris.csv")
drop_upload("iris.csv")
write.csv(iris[iris$Species == "setosa", ], file = "iris.csv")
drop_upload("iris.csv")
drop_history("iris.csv")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab