Skip to contents
  • cfbd_api_key_info(): Get information about your API key, including your Patreon level and usage limits.

  • register_cfbd(): Save your API Key as a system environment variable CFBD_API_KEY.

  • cfbd_key(): Retrieve the CFBD API key from the CFBD_API_KEY environment variable.

  • has_cfbd_key(): Check whether a CFBD API key is registered in the current session.

Details

Get information about your CFBD API key

Register / save your CFBD API key

Sys.setenv(CFBD_API_KEY = "YOUR-API-KEY-HERE")

Retrieve the CFBD API key

Check whether a CFBD API key is registered