| lease_roll | R Documentation |
Group lease units into a simplified lease roll
lease_roll(units)
units |
List of objects returned by |
An object of class cre_lease_roll.
roll <- lease_roll(list(
lease_unit(
"North",
area_sqm = 1200,
events = list(lease_event(start = 2025, end = 2027, rent = 220))
)
))
length(roll$units)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.