if (FALSE) { # interactive()
# Set session limit for paid calls only (search calls don't count)
kvk_usage_alert(max_calls = 100)
# Set session cost limit to EUR 5.00
kvk_usage_alert(max_cost = 5.00)
# Set both paid call and cost limits (EUR 10.50)
kvk_usage_alert(max_calls = 500, max_cost = 10.50)
# Disable all alerts for this session
kvk_usage_alert()
}
Run the code above in your browser using DataLab