Learn R Programming

waetr (version 0.1.0)

check_wave_credits: Check WAVE API Credits

Description

Checks remaining WAVE API credits for the provided key

Usage

check_wave_credits(api_key)

Value

Numeric value of remaining credits

Arguments

api_key

Character string. WAVE API key

Examples

Run this code
if (FALSE) {
credits <- check_wave_credits("your_api_key")
print(sprintf("Remaining credits: %d", credits))
}

Run the code above in your browser using DataLab