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()