check_wave_credits | R Documentation |
Checks remaining WAVE API credits for the provided key
check_wave_credits(api_key)
api_key |
Character string. WAVE API key |
Numeric value of remaining credits
## Not run:
credits <- check_wave_credits("your_api_key")
print(sprintf("Remaining credits: %d", credits))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.