check_wave_credits: Check WAVE API Credits

View source: R/utils.R

check_wave_creditsR 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)

waetr documentation built on April 16, 2025, 5:11 p.m.