Skip to contents

Provide the API key to bpsr by storing it in an environment variable called BPSR_KEY.

Usage

bps_set_key(key = NULL)

Arguments

key

The API key. Defaults to NULL, which prompts the user to add it using a dialog box.

Examples

if (FALSE) {
bps_set_key()
}