R/untable.R

Defines functions untable

Documented in untable

# This is the untable function that reverses the table command

untable <- function(x){
  rep(as.numeric(names(x)),x)
}
fischuu/Luke documentation built on Aug. 30, 2022, 10:07 a.m.