powered by
A function for generating a alt-rep object from a character vector, for users to experiment with the alt-rep system. This function is not available in R versions earlier than 3.5.0.
convertToAlt(x)
The character vector
The character vector in alt-rep form
# NOT RUN { xalt <- convertToAlt(randomStrings(N=10, string_size=20)) xalt2 <- convertToAlt(c("a", "b", "c")) # }
Run the code above in your browser using DataLab