Description Usage Arguments Value Examples
Return and print to console the attribute data of entities within an Entity object or its inheritance object. A related entity object can also be queried at the same time.
1 |
entity |
an Entity object or its inheritance object |
ids |
a integer vactor that contains the ids of the entities to be inspected |
related_entity |
an Entity object or its inheritance object which must
be related to |
verbose |
:: |
a named ist of data.tables.
1 2 3 4 5 6 7 | create_toy_world()
inspect(
entity = world$get("Individual"),
ids = c(1:3),
related_entity = world$get("Household")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.