powered by
Creates a simple atomic vector with init as values.
init
named_vector(nn = character(0L), init = NA)
(named vector()).
vector()
(character()) Names of new vector
character()
(atomic) All vector elements are initialized to this value.
atomic
named_vector(c("a", "b"), NA) named_vector(character())
Run the code above in your browser using DataLab