data-raw/medium/slicing2.R

params <- 10:14
x <- 1:n
cat(subset(x, x %% 3 == 0))
arnaud-m/XLUniv documentation built on Jan. 23, 2023, 4:23 p.m.