db_set_key | R Documentation |
This function adds your key to your .Renviron so it is accessible by
db_key()
. You should only need to run this function once. Make sure to
restart your local R session after running this function for the changes
to take effect.
db_set_key(key, overwrite = FALSE)
key |
A string of your specific key |
overwrite |
Defaults to |
A message or warning
library(orextdb) ## Not run: db_set_key("abcdefghikjlmnop") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.