Skip to contents

list the DeGAUSS images in the core library

Usage

core_lib_images(geocoder = TRUE)

Arguments

geocoder

logical; include "geocoder" in core image list?

Value

names of DeGAUSS images in the core library as a character vector

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"