If you don't want to have the API key on .Renviron or you want to use another API key for bugzilla you can set it up this way. It will store the key in the environment which will only work for this R session.
set_key(key, key_name = "R_BUGZILLA") use_key(key_name = "R_BUGZILLA")
key | The API key you want to use. |
---|---|
key_name | The name of the API key, by default "R_BUGZILLA". |
A logical value if said key is can be used.