inst/examples/R/data/R/objects/example_access.R

library("MASS") # for Boston Housing data
nx <- Boston[-506,]  # without obs. 506
dim(nx)
mx <- Boston[,-c(4,8,14)] # without CHAS, RAD and MEDV
dim(mx)
head(Boston)
tail(Boston)
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.