powered by
Convert all values in a data frame or matrix of characters to a single character representation
to_chars(x)
Data frame or matrix of characters
# NOT RUN { d <- data.frame(x = c("11", "2"), y = c("2", "11")) to_chars(d) # }
Run the code above in your browser using DataLab