replace_eol | R Documentation |
Replace end of line
replace_eol(x, old = "\\n", new = "--break--")
x |
character vector |
old |
old eol (end of line) character (defalt is \n) |
new |
new eol (end of line) character (default is –break–) |
'replace_eol' allows line breaking characters in .txt files without having issues when loading/saving tables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.