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/fastR documentation built on Nov. 12, 2023, 12:26 p.m.