usethis (version 1.4.0)

edit_file: Open file for editing

Description

Opens a file for editing in RStudio, if that is the active environment, or via utils::file.edit() otherwise. If the file does not exist, it is created. If the parent directory does not exist, it is also created.

Usage

edit_file(path)

Arguments

path

Path to target file.

Value

Target path, invisibly.

Examples

Run this code
# NOT RUN {
edit_file("DESCRIPTION")
edit_file("~/.gitconfig")
# }

Run the code above in your browser using DataCamp Workspace