inst/oldcode/columns.R

# Column selection

x = mtcars$mpg

y = mtcars[, 2]

z = mtcars[, "disp"]

a = mtcars[[4]]

Try the makeParallel package in your browser

Any scripts or data that you put into this service are public.

makeParallel documentation built on May 2, 2019, 9:40 a.m.