area
finds areas within the realm, and allows them to be filtered based on their attributes.
area
finds areas in the realm, and allows them to be filtered based on their attributes.
Context | Type |
---|---|
Input | any (ignored) |
Output | set of areas |
Examples
Finds all areas in the realm:
area()
Finds all areas in the realm that have a label attribute with a value of "west side":
area(label = "west side")
Notes
Usually a call to area
will be the first call in a function chain as it ignores any previous context.