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 31a1418 commit 3f7897eCopy full SHA for 3f7897e
R/avail_endpoints.R
@@ -22,5 +22,6 @@ avail_endpoints <- function() {
22
Endpoint = paste0(h$Name, "()"),
23
Description = h$Title
24
)
25
+ cli::cli_inform(c("i" = "Data is available for the US only, unless otherwise specified"))
26
tib %>% print(n = 50)
27
}
0 commit comments