getAreas | R Documentation |
getAreas
and getDistricts
are utility functions that builds
list of areas or districts by using regular expressions to select and/or
exclude areas/districts
getAreas(
select = NULL,
exclude = NULL,
withClustersOnly = FALSE,
regexpSelect = TRUE,
regexpExclude = TRUE,
opts = simOptions(),
ignore.case = TRUE,
districts = NULL
)
getDistricts(
select = NULL,
exclude = NULL,
regexpSelect = TRUE,
regexpExclude = TRUE,
opts = simOptions(),
ignore.case = TRUE
)
select |
Character vector. If |
exclude |
Character vector. If |
withClustersOnly |
Should the function return only nodes containing clusters ? |
regexpSelect |
Is |
regexpExclude |
Is |
opts |
list of simulation parameters returned by the function
|
ignore.case |
Should the case be ignored when evaluating the regular expressions ? |
districts |
Names of districts. If this argument is not null, only areas belonging to the specified districts are returned. |
A character vector containing the name of the areas/districts satisfying the rules defined by the parameters.
getLinks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.