CornellLabofOrnithology / auk

Working with eBird data in R
https://CornellLabofOrnithology.github.io/auk/
GNU General Public License v3.0
137 stars 22 forks source link

Unexpected: auk_set_ebd_path() doesn't set for current session, it just modifies `~/.Renviron` #75

Closed aidan-gibson closed 12 months ago

aidan-gibson commented 12 months ago
>   auk_set_ebd_path("/Users/aidangibson/R/sofia_auk/", overwrite = TRUE)
EBD_PATH set to /Users/aidangibson/R/sofia_auk
>   auk_get_ebd_path()
[1] "/Users/aidangibson/R/sofia_auk/test"

Above, I would expect auk_get_ebd_path() to return what I just set the path to.