creds_to_renviron | R Documentation |
Writes key pairs to .Renviron / .Rprofile and adds .Renviron to .gitignore if not already there.
creds_to_renviron(
...,
scope = c("user", "project")[1],
overwrite = FALSE,
proj_dir = ".",
rprofile = FALSE
)
... |
named keys to write |
scope |
|
overwrite |
|
proj_dir |
|
rprofile |
|
success message if a value is written
Other project setup:
fun_docs_table()
,
ignore_files()
,
install_remote()
,
key_pairs_duplicated()
,
key_pairs_text()
,
use_UU_reimports()
,
use_reimport()
,
write_to_rprofile()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.