ps_set_key {planscorer} | R Documentation |
Adds PlanScore API key to .Renviron.
ps_set_key(key, overwrite = FALSE, install = FALSE)
key |
Character. API key to add to add. |
overwrite |
Defaults to FALSE. Boolean. Should existing |
install |
Defaults to FALSE. Boolean. Should this be added '~/.Renviron' file? |
key, invisibly
## Not run:
set_planscore_key('1234')
## End(Not run)