| Community | R Documentation |
A community of entities
idCommunity ID
levelHierarchy level
entity_idsMember entity IDs
summaryCommunity summary
parent_idParent community ID
child_idsChild community IDs
new()Create a new Community
Community$new( id, level = 0, entity_ids = character(0), summary = NULL, parent_id = NULL )
idID
levelLevel
entity_idsMembers
summarySummary
parent_idParent
size()Get size
Community$size()
Integer
clone()The objects of this class are cloneable with this method.
Community$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.