powered by
Autowrap String
format_text_wrap(x, width = NULL)
Character vector.
Positive integer giving the target column for wrapping lines in the output.
# NOT RUN { x <- paste(rep("a very long string", 50), collapse = " ") format_text_wrap(x, width = 50) # }
Run the code above in your browser using DataLab