powered by
Returns a single community property or NA if property is not in CommunityPropertyNames.
NA
CommunityPropertyNames
CP(community, property)
an object of class Community.
Community
the name of the community property to be returned.
A single community property.
This function is named CP for Community Property.
Community, CPS, CommunityPropertyNames
CPS
# NOT RUN { data(TL84) CP(TL84, 'title') CP(TL84, 'lat') CP(TL84, 'M.units') # Returns a vector of NA CP(TL84, 'not a property') # }
Run the code above in your browser using DataLab