Retrieves any city locations from a character vector

code_location(v)

Arguments

v

A character vector

Value

A character vector of document codes. No match is currently returned as missing (NA).

Details

See website for more details about these codes.

Examples

# NOT RUN {
library(gnevar)
code_location(envr_agree$Title)[1:3]
# }