tibble_summary_to_namedVec | R Documentation |
Convert a key-value tibble into a named vector (as opposed to using rownames).
tibble_summary_to_namedVec(
tbl = dplyr::tibble(key = sample(x = 1:5, size = 20, replace = TRUE), value =
rnorm(20)),
idx = c(key = 1, value = 2)
)
tbl |
A tibble, Default: dplyr::tibble(key = sample(x = 1:5, size = 20, replace = TRUE), value = rnorm(20)) |
idx |
PARAM_DESCRIPTION, Default: c(key = 1, value = 2) |
reexports
tibble_summary_to_namedVec()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.