accuranker_auth: Authorize Accuranker API with your token

Description Usage Examples

View source: R/accuranker_auth.R

Description

Enter your token that can be found on https://app.accuranker.com/app/profile.

Usage

1
2
3
4
5
6
7
accuranker_auth(
  client_id = Sys.getenv("ACCURANKER_CLIENT_ID"),
  client_secret = Sys.getenv("ACCURANKER_CLIENT_SECRET"),
  token = NULL,
  new_user = FALSE,
  silent = FALSE
)

Examples

1
accuranker_auth(client_id = Sys.getenv("ACCURANKER_CLIENT_ID"), client_secret = Sys.getenv("ACCURANKER_CLIENT_SECRET"), token = NULL, new_user = FALSE, silent = FALSE)

lynuhs/accurankeR documentation built on Feb. 1, 2021, 6:47 a.m.