R/putTogether.R

Defines functions putTogether

putTogether <- function(x, newName) {
  if (length(x) < 2) {
    return(x)
  }
  put.together(x, newName)
}

Try the xRing package in your browser

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

xRing documentation built on April 22, 2022, 5:05 p.m.