as_tibble_from_namedVec | R Documentation |
Convert a vector with names into a tibble, keeping the names as rownames.
as_tibble_from_namedVec(vec.w.names = c(a = 1, b = 2), transpose = TRUE)
vec.w.names |
A vector with names, Default: c(a = 1, b = 2) |
transpose |
Transpose? Default: T |
as_tibble_from_namedVec()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.