Learn R Programming

tryCatchLog (version 1.3.1)

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

Description

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

Usage

platform.NewLine()

Arguments

Value

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

Details

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

Examples

Run this code
# NOT RUN {
platform.NewLine()
# }

Run the code above in your browser using DataLab