Description Usage Arguments Value Author(s) See Also
A simple function to determine the appropriate newline string for a given operating system.
1 | platform.newline(os = .Platform$OS.type)
|
os |
Name of the operating system. Defaults to |
For Windows, this should return '\r\n'
, whereas for
other operating system it will return '\n'
.
David M. Kaplan dmkaplan2000@gmail.com
See also file.type
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.