.fileEdit | R Documentation |
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.
.fileEdit(file, verbose = getOption("Require.verbose", 1L))
file |
Character string giving the file path to open. |
verbose |
Numeric or logical indicating how verbose should the function
be. If -1 or -2, then as little verbosity as possible. If 0 or FALSE,
then minimal outputs; if |
Invoked for its side effect of opening a file for editing.
Alex Chubaty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.