Housing Supply Elasticity - housing_supply_long

Data - Elasticity


Wide

Code
housing_supply %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}

All

Code
housing_supply_long %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}