Description Usage Arguments Author(s) Examples
View source: R/term_renviron.R
Creates a .Renviron
file in dir
.
1 2 3 4 5 6 | term_renviron(
dir = Sys.getenv("HOME"),
overwrite = FALSE,
GITHUB_PAT = NULL,
libpath = NULL
)
|
dir |
Character string.
|
overwrite |
Logical.
Overwrite existing |
GITHUB_PAT |
Character string. Optional argument. Github Personal Access Token. |
libpath |
Character string.
User library path.
If unspecified, defaults to
|
Ivan Jacob Agaloos Pesigan
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.