.fileEdit {SpaDES.core} | R Documentation |
Open a file for editing
Description
RStudio's file.edit
behaves differently than utils::file.edit
.
The workaround is to have the user manually open the file if they are using RStudio.
Usage
.fileEdit(file)
Arguments
file |
Character string giving the file path to open. |
Value
Invoked for its side effect of opening a file for editing.
Author(s)
Alex Chubaty
[Package SpaDES.core version 2.1.0 Index]