inst/snippet/mode.R

w <- 2.5; mode(w); length(w)
x <- c(1, 2); mode(x); length(x)
y <- "foo"; mode(y); length(y)
abc <- letters[1:3]
abc; mode(abc); length(abc)
z <- TRUE; mode(z); length(z)
rpruim/fastR documentation built on Nov. 12, 2023, 12:26 p.m.