powered by
as.character
strWrap(text = "clipboard", width = 70, copy2clip = TRUE)
strwrap
x <- paste2(DATA$state, sep = " " ) strWrap(x) strWrap(x, 10) #should be copied to the clipboard on a Mac or Windows machine.
Run the code above in your browser using DataLab