We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179acaf commit a8921d6Copy full SHA for a8921d6
R/auth.R
@@ -10,7 +10,7 @@
10
get_auth_key <- function() {
11
key <- Sys.getenv("DELPHI_EPIDATA_KEY", unset = "")
12
if (key != "") {
13
- return(key)
+ return(key)
14
}
15
16
key <- getOption("delphi.epidata.key", default = "")
0 commit comments