Wharton Index - wharton_land_regulation

Data - Elasticity


Wide

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

All

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