MarkEdmondson1234 / googleAuthR

Google API Client Library for R. Easy authentication and help to build Google API R libraries with OAuth2. Shiny compatible.
https://code.markedmondson.me/googleAuthR
Other
175 stars 54 forks source link

Consider use of readRenviron() in setup functions for .Renviron #208

Open MarkEdmondson1234 opened 3 years ago

MarkEdmondson1234 commented 3 years ago

This may be better than using Sys.setenv() but see the warning on this thread about editing .Renviron files in general https://github.com/r-lib/usethis/issues/1448