resolve_feature_names | R Documentation |
Names are resolved by checking for the first match using:
case sensitive match, then
case sensitive match using aliases, then
case insensitive match, then
case insensitive match using aliases.
resolve_feature_names(feature_names, feature_type, unmatched = "error")
feature_names |
Character vector of feature names in the data. |
feature_type |
Type of map feature. See |
unmatched |
Controls behaviour when |
Character vector of the canonicalised names.
resolve_feature_names(c("LEE", "ansoN"), feature_type = "sf.nc")
resolve_feature_names(c("LEE", "ansoNe"), feature_type = "sf.nc", unmatched = "pass")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.