Description Usage Arguments Details Value Author(s) Examples
View source: R/authentification.R
authentication()
saves the API- and the APPlication-Key. For each session the key’s need to be set only once.
1 | authentication(set_new = FALSE)
|
set_new |
|
For each session the key’s will saved in an environment variable, use set_new = TRUE
for entering new credentials.
For each key pair the length will be checked, Datadog API-Key is expected to have 32 and the Datadog Application-Key is
expected to have 40 characters.
A warning message occur if the length differs.
"Keys saved."
Benjamin Holzknecht
1 2 3 4 | ## Not run:
authentication(set_new = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.