Learn R Programming

SpaDES.core (version 2.0.5)

.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.

Usage

.fileEdit(file)

Value

Invoked for its side effect of opening a file for editing.

Arguments

file

Character string giving the file path to open.

Author

Alex Chubaty