inst/snippet/vectors04.R

as.numeric(u)                    # creates nameless version
u                                # but doesn't change its input
names(u) <- NULL                 # this removes the names from u
u                                # no more names
rpruim/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.