platform.NewLine: Gets the operating system specific new line character(s)

View source: R/platform_newline.R

platform.NewLineR Documentation

Gets the operating system specific new line character(s)

Description

CR + LF on Windows, else only LF...

Usage

platform.NewLine()

Details

The newline character(s) are determined once at package loading time.

Value

the new line character(s) for the current operating system

Examples

platform.NewLine()

aryoda/tryCatchLog documentation built on Feb. 6, 2023, 1:42 a.m.