| convertToAlt {qs} | R Documentation |
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)
x |
The character vector |
The character vector in alt-rep form
xalt <- convertToAlt(randomStrings(N=10, string_size=20))
xalt2 <- convertToAlt(c("a", "b", "c"))