View source: R/hydrovu.authentification.R
hydrovu.authentification | R Documentation |
Cette fonction permet de s'identifier à l'API HydroVu
hydrovu.authentification(id_user = NA_character_, id_key = NA_character_)
id_user |
Identifiant de l'utilisateur autorisé sur l'API |
id_key |
Clé de l'utilisateur autorisé sur l'API |
hydrovu.authentification(id_user, id_key)
token <- hydrovu.authentification(id_user, id_key)
hydrovu.authentification("jbf", keyring::key_get("hydrovu", "jbf"))
"jbf" %>% hydrovu.authentification(., keyring::key_get("hydrovu", .))
token <- "jbf" %>% hydrovu.authentification(., keyring::key_get("hydrovu", .))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.