powered by
Returns a single community property or NA if property is not in CommunityPropertyNames.
NA
CommunityPropertyNames
CP(community, property)
A single community property.
an object of class Community.
Community
the name of the community property to be returned.
Lawrence Hudson
This function is named CP for Community Property.
Community, CPS, CommunityPropertyNames
CPS
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