edit_envstat: Edit an envstat configuration file

View source: R/use_envstat.R

edit_envstatR 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)

envstat documentation built on June 14, 2022, 5:06 p.m.