check_wave_credits {waetr} | R Documentation |
Check WAVE API Credits
Description
Checks remaining WAVE API credits for the provided key
Usage
check_wave_credits(api_key)
Arguments
api_key |
Character string. WAVE API key |
Value
Numeric value of remaining credits
Examples
## Not run:
credits <- check_wave_credits("your_api_key")
print(sprintf("Remaining credits: %d", credits))
## End(Not run)
[Package waetr version 0.1.0 Index]