Description Format Fields Methods
Create a building object.
1 |
Stores .data
as a DataBackend object inside the object's list of data (private$.data
)
and registers the id_col
(private$.id_col
).
.data
:: data.frame
A object that inherits from data.frame
.
id_col
:: character(1)
The id column of .data
.
owner
:: an R6::R6Class object that inherits Agent.
R6::R6Class object inheriting from Asset<-Entity.
NULL
is_vacant(ids)
(integer()
) -> (logical()
)
Check if the assets in ids are vacant
vacate(ids)
(integer()
)
This removes the owners of the assets in ids
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.