NSR_political_divisions {NSR} | R Documentation |
NSR_political_divisions returns information on political divisions with checklist information present in the NSR.
NSR_political_divisions(by_country = TRUE, ...)
by_country |
Logical. If TRUE (the default), will return a data.frame of checklists for each country. If FALSE, will return a data.frame of countries for each checklist. |
... |
Additional parameters passed to internal functions. |
data.frame containing information on political divisions within the NSR database.
Setting checklist to FALSE returns a list of political divisions that can be used to standardize spellings.
## Not run:
#To get a list of all political divisions with comprehensive checklists:
checklists_per_country <- NSR_political_divisions()
#To get a list of all checklists the associated countries, set "by_country" to FALSE
countries_per_checklist <- NSR_political_divisions(by_country=FALSE)
## End(Not run)