R/tab2vec.R

Defines functions tab2vec

tab2vec <- function(x) {
  yl <- names(x)
  y <- as.vector(x)
  names(y) <- yl
  return(y)
}

Try the ToolsForCoDa package in your browser

Any scripts or data that you put into this service are public.

ToolsForCoDa documentation built on April 3, 2025, 7:47 p.m.