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/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.