-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
We have tryCatch for connecting to other databases, but nothing for connecting to network drives:
| pwd_parcels_sf <- st_read(dsn = "\\\\pwdoows\\oows\\Watershed Sciences\\GSI Monitoring\\09 GIS Data\\PWD_PARCELS ", layer = "PWD_PARCELS")%>% |
Since this can cause the script to fail, we should probably either test to make sure we can connect or wrap it in a tryCatch.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working