
Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
tmp <- select_(CO2,~Type)
head(tmp)
tmp <- select_(CO2,~c(Plant,Type))
head(tmp)
tmp <- select_(CO2,~-Type)
head(tmp)
tmp <- select_(CO2,variable=~-(Plant:Treatment))
head(tmp)
# }
Run the code above in your browser using DataLab