R/splitme.R

splitme <- function(x)
{
  return(strsplit(x, "")[[1L]])
}
datacamp/R2BayesX documentation built on May 14, 2019, 7:10 p.m.