Description Usage Arguments Value Examples
View source: R/utils-pipeline.R
Extract data from Entity objects
1 2 3 4 5 6 7 8 9 10 | extract_data(x)
## S3 method for class 'World'
extract_data(x)
## S3 method for class 'Entity'
extract_data(x)
## S3 method for class 'DataBackendDataFrame'
extract_data(x)
|
x |
a World or Entity object. |
a named list of data from their DataBackend objects.
1 2 3 | create_toy_world()
extract_data(world)
extract_data(world$entities$Individual)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.