list the DeGAUSS images in the core library
Examples
core_lib_images()
#> [1] "geocoder" "census_block_group" "dep_index"
#> [4] "greenspace" "roads" "aadt"
#> [7] "nlcd" "drivetime" "st_census_tract"
#> [10] "pm" "narr"
core_lib_images(geocoder = FALSE)
#> [1] "census_block_group" "dep_index" "greenspace"
#> [4] "roads" "aadt" "nlcd"
#> [7] "drivetime" "st_census_tract" "pm"
#> [10] "narr"