set_key: Set key to use

Description Usage Arguments Value

View source: R/api.R

Description

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.

Usage

1
2
3
set_key(key, key_name = "R_BUGZILLA")

use_key(key_name = "R_BUGZILLA")

Arguments

key

The API key you want to use.

key_name

The name of the API key, by default "R_BUGZILLA".

Value

A logical value if said key is can be used.


llrs/bugRzilla documentation built on Nov. 7, 2021, 4:27 a.m.