SpaDES (version 1.3.1)

.fileEdit: 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, as suggested in the Rstudio support ticket at https://support.rstudio.com/hc/en-us/community/posts/206011308-file-edit-vs-utils-file-edit.

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.