powered by
Checks remaining WAVE API credits for the provided key
check_wave_credits(api_key)
Numeric value of remaining credits
Character string. WAVE API key
if (FALSE) { credits <- check_wave_credits("your_api_key") print(sprintf("Remaining credits: %d", credits)) }
Run the code above in your browser using DataLab