extract_rents: Extract rent price

View source: R/floorspace.R

extract_rentsR Documentation

Extract rent price

Description

This function extracts the occupancy rate by floortype from a scenario over time.

Usage

extract_rents(
  db,
  facet_var = NULL,
  facet_levels = NULL,
  type_levels = NULL,
  index = TRUE,
  index_year = 2000
)

Arguments

db

The scenario database.

facet_var

The variable in the zone table to facet by. Defaults to MPO

facet_levels

The levels of the facet variable to keep. Defaults to all levels other than external stations.

type_levels

The types of employment to show in the plot.

index

Should the function extract indexed or absolute values?

index_year

[Optional] index year that should be used as the starting year for data or plots;


pbsag/swimr documentation built on July 4, 2025, 12:10 p.m.