replace_eol: Replace end of line

View source: R/replace_eol.R

replace_eolR Documentation

Replace end of line

Description

Replace end of line

Usage

replace_eol(x, old = "\\n", new = "--break--")

Arguments

x

character vector

old

old eol (end of line) character (defalt is \n)

new

new eol (end of line) character (default is –break–)

Details

'replace_eol' allows line breaking characters in .txt files without having issues when loading/saving tables


kristian-bak/madplan documentation built on Jan. 10, 2023, 11:26 a.m.