## Not run: ------------------------------------
# x = as_data(matrix(1:12, 3, 4))
#
# # extract/replace
# x[1:3, ]
# x[, 2:4] <- 1:9
#
# # combine
# cbind(x[, 2], x[, 1])
# rbind(x[1, ], x[3, ])
# c(x[, 1], x)
# rep(x[, 2], times = 3)
## ---------------------------------------------
Run the code above in your browser using DataLab