Learn R Programming

envstat (version 0.0.3)

edit_envstat: Edit an envstat configuration file

Description

Opens an envstat config file in your in your editor. Supports either the RStudio IDE, or the R default editor from getOption("editor")

Usage

edit_envstat(filepath = "~/.envstat")

Arguments

filepath

path to the config file

Value

the path to the config file invisibly

Examples

Run this code
# NOT RUN {
# By default envstat uses a config file in your home directory
envstat::edit_envstat()

# But you can tell it to use a different config file if you prefer
envstat::edit_envstat(filepath = "/tmp/config.yml")
# }

Run the code above in your browser using DataLab