powered by
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.
file.edit
utils::file.edit
.fileEdit(file)
Invoked for its side effect of opening a file for editing.
Character string giving the file path to open.
Alex Chubaty