powered by
Internal functions for parsing LTO raw text files.
remove_wordwrap() removes single newline characters (i.e. "\n") from string, but leaves double newlines (i.e. "\n\n").
remove_wordwrap()
remove_wordwrap(text)
A character string.
if (FALSE) { # Remove word wrap from text blocks: text <- "Themes related to people living on well beyond what is considered to be a normal human lifespan." remove_wordwrap(text) }
Run the code above in your browser using DataLab