Skip to content

Commit 3f7897e

Browse files
committed
inform about regional coverage
1 parent 31a1418 commit 3f7897e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/avail_endpoints.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ avail_endpoints <- function() {
2222
Endpoint = paste0(h$Name, "()"),
2323
Description = h$Title
2424
)
25+
cli::cli_inform(c("i" = "Data is available for the US only, unless otherwise specified"))
2526
tib %>% print(n = 50)
2627
}

0 commit comments

Comments
 (0)