Formats a vector of 2-letter country codes into the specific URN list
format required by the LinkedIn API.
Usage
build_countries_param(countries)
Arguments
- countries
A character vector of lowercase 2-letter ISO country codes (e.g., c("us", "gb")).
Value
A URL-encoded string for the countries
parameter.