edit_envstat | R Documentation |
Opens an envstat
config file in your in your editor.
Supports either the RStudio IDE, or the R default editor from
getOption("editor")
edit_envstat(filepath = "~/.envstat")
filepath |
path to the config file |
the path to the config file invisibly
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.