Geonames feature codes
get_featurecodes()
A data.frame with 11 variables and 4084 rows
feature_class
a character vector containing the Geonames feature class
feature_code
a character vector containing the Geonames feature code
feature_type
a character vector containing the Geonames feature type
feature_description
a character vector containing the Geonames feature description
data frame
The main allCountries table that is the source for the undersea table lists features in terms of feature class and feature code. The featurecodes table concatenates these fields with a stop. This function separates them for joining.
Geonames feature code file http://download.geonames.org/export/dump/featureCodes_en.txt and table http://www.geonames.org/export/codes.html
if (FALSE) get_featurecodes()