This help topic is for R version 1.5.0. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/new.file.html
new.file {base}R Documentation

Opens a clean editable window

Description

This command is the analogous of the menu item "New Edit Window" of the Macintosh porting of R. It opens a clean editable window.

Usage

new.file(file)

Arguments

file

name of the new file to create. If an empty string or no arguments is passed then R opens a clean ready to edit window called "NewFile".

See Also

file.edit.

Examples

new.file()

[Package base version 1.5.0 ]