platform.NewLine {tryCatchLog}R 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()

[Package tryCatchLog version 1.3.1 Index]