tmesaglio / Australian-plant-photos

2 stars 1 forks source link

shape file error #22

Closed tmesaglio closed 2 years ago

tmesaglio commented 2 years ago

I'm trying to read in Ruby's biome shape file (ibra7_biomes.shp). When I run this line of code: biome_sf <- sf::st_read("data/ibra7_biomes.shp") I get this error image

@wcornwell

tmesaglio commented 2 years ago

it was because I needed the shx and dbf files too