set_bluesky_pass | R Documentation |
Adds Bluesky App Password to .Renviron.
set_bluesky_pass(pass, overwrite = FALSE, install = FALSE, r_env = NULL)
bs_set_pass(pass, overwrite = FALSE, install = FALSE, r_env = NULL)
pass |
Character. App Password to add to add. |
overwrite |
Defaults to FALSE. Boolean. Should existing |
install |
Defaults to FALSE. Boolean. Should this be added '~/.Renviron' file? |
r_env |
Path to install to if |
pass, invisibly
example_env <- tempfile(fileext = '.Renviron')
set_bluesky_pass('1234-1234-1234-1234', r_env = example_env)
# r_env should likely be: file.path(Sys.getenv('HOME'), '.Renviron')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.