Skip to contents

This function validates that a vector of currency codes are valid currency codes that exist in the ISO 4217 alpha code specification.

Usage

is_valid_currency_code(currency_codes)

Arguments

currency_codes

A character vector

Value

A logical vector the same length as currency_codes.