-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementRefactoring and restyling of existing codeRefactoring and restyling of existing code
Description
netatmo.weather/R/get_publicdata.R
Lines 120 to 130 in c0c351a
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 codeRefactoring and restyling of existing code