| lease_unit | R Documentation |
Define one lease unit for the simplified lease-roll API
lease_unit(name, area_sqm, events)
name |
Character scalar. Unit label used in messages and downstream engine structures. |
area_sqm |
Numeric scalar greater than 0. Lettable area in sqm. |
events |
List of objects returned by |
An object of class cre_lease_unit.
u <- lease_unit(
"North",
area_sqm = 1200,
events = list(lease_event(start = 2025, end = 2027, rent = 220))
)
u$unit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.