R/vec_to_tibble.R

Defines functions vec_to_tibble

# convert named vector to tibble
vec_to_tibble <- function(v) tibble(names = names(v), n = as.vector(v))
alastairrushworth/mlblitz documentation built on Nov. 1, 2019, 9:06 p.m.