R/resplit.R

resplit <- function(x)
{
  if(!is.null(x))
    x <- paste(x, sep = "", collapse = "")
	
  return(x)
}
datacamp/R2BayesX documentation built on May 14, 2019, 7:10 p.m.