powered by
Converts country names or ISO codes into valid SciELO collection codes. Only one value is allowed.
normalize_collections(collections)
A character string representing the normalized SciELO collection code.
A character vector of length 1: a country name (e.g., "Costa Rica") or a valid SciELO ISO code (e.g., "cri").
normalize_collections("Costa Rica") # returns "cri" normalize_collections("cri") # returns "cri"
Run the code above in your browser using DataLab