View source: R/accuranker_auth.R
Enter your token that can be found on https://app.accuranker.com/app/profile.
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
)
|
1 | accuranker_auth(client_id = Sys.getenv("ACCURANKER_CLIENT_ID"), client_secret = Sys.getenv("ACCURANKER_CLIENT_SECRET"), token = NULL, new_user = FALSE, silent = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.