Building information for structures in King County, Washington.
1 2 3 4 5 6 7 8 9 10 11 12 | make_building_template()
make_building(building_template, building_residential, building_apartment,
building_condo, building_commercial)
make_building_residential(path)
make_building_apartment(path)
make_building_condo(path)
make_building_commercial(path)
|
Returns a tbl_df
object.
The data for these targets come from the King County Assessor's Office Assessments Data Download web portal:
Residential buildings: Residential Building (.ZIP)
Apartment Complexes: Apartment Complex (.ZIP)
Condominium Complexes: Condo Complex and Units (.ZIP)
Commercial buildings: Commercial Building (.ZIP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.