Targets related to modeling decisions about real estate development.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | make_city_block_sqft()
make_city_block_acre(city_block_sqft)
make_lot_types()
make_lot_size_breaks(city_block_acre)
prepare_development_assumptions_zoning(path)
make_development_assumptions_zoning(path)
make_lot_development_parameters()
make_development_assumptions_lot(lot_types, lot_development_parameters,
development_assumptions_zoning)
|
make_city_block_sqft()
returns an object with class = "units"
.
make_city_block_acre()
returns an object with class = "units"
.
make_lot_types()
returns a tbl_df
object.
make_lot_size_breaks()
returns a named list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.