Skip to content

get_publicdata() & get_measure(): throw meaningful error when banned due to exceedance of limits #80

@dimfalk

Description

@dimfalk

if (n > 500) {
input <- menu(c("Yes", "No"),
title = "You are about to exceed your hourly limit of 500 requests (and risking to be temporarily banned from the API).
Do you really want to continue?")
if (input == 2) {
"Current request aborted by the user." |> stop()
}
}

Metadata

Metadata

Assignees

Labels

enhancementRefactoring and restyling of existing code

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions