| edit_envstat {envstat} | R Documentation | 
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
## 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")
## End(Not run)
[Package envstat version 0.0.3 Index]