Description Usage Arguments Author(s) Examples
View source: R/term_rprofile.R
Creates a .Rprofile
file in dir
.
1 | term_rprofile(dir = Sys.getenv("HOME"), overwrite = FALSE)
|
dir |
Character string.
|
overwrite |
Logical.
Overwrite existing |
Ivan Jacob Agaloos Pesigan
1 2 3 4 5 6 7 | ## Not run:
term_rprofile(
dir = getwd(),
overwrite = TRUE
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.