wcde_location {wcde} | R Documentation |
Test if country code or codes are in wic_locations
Description
Intended for internal use.
Usage
wcde_location(country_code, version = c("wcde-v3", "wcde-v2", "wcde-v1"))
Arguments
country_code |
|
Value
TRUE
if all codes given to country_code
are in wic_locations, FALSE
if one or more are not.
Examples
wcde_location(country_code = c(-11, 44))
wcde_location(country_code = c(100, 44))
wcde_location(country_code = 3)
[Package wcde version 0.0.7 Index]