R/makeName.R

Defines functions makeName

makeName <- function(s) {
  stopifnot(length(s) == 1)
  if (!nchar(s))
    s <- " "
  as.name(s)
}

Try the tables package in your browser

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

tables documentation built on Sept. 14, 2024, 9:07 a.m.