You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"There was a rate limitation error (HTTP 429) while getting data from the Netherlands.",
81
81
"i"="This frequently occurs when using the anonymous key, if it occurs repeatedly consider requesting a registered key ({.url https://developer.dataplatform.knmi.nl/open-data-api#token}). ",
82
82
"i"="You can check the current value of {.val nl_api_key} with
Copy file name to clipboardExpand all lines: R/secrets.R
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ get_secret <- function(name) {
79
79
cli::cli_abort(
80
80
c(
81
81
"Can't find secret {.arg {sname}} in the keyring.",
82
-
"i"="Please use {.code set_secret(\"{name}\")} to store the secret. Note that the prefix is automatically added in {.fun set_secret}."
82
+
"i"="Please use {.run [set_secret(\"{name}\")](getRad::set_secret(\"{name}\"))} to store the secret. Note that the prefix is automatically added in {.fun set_secret}."
0 commit comments