named_vector | R Documentation |
Creates a simple atomic vector with init
as values.
named_vector(nn = character(0L), init = NA)
nn |
( |
init |
( |
(named vector()
).
named_vector(c("a", "b"), NA)
named_vector(character())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.