R/str2cha.R

## This code is part of the ips package
## © C. Heibl 2014 (last update 2015-10-29)

str2cha <- function(x){
  unlist(strsplit(x, ""))
}

Try the ips package in your browser

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

ips documentation built on July 4, 2019, 5:04 p.m.