googleAuthR is available on CRAN
install.packages("googleAuthR")
If you want to use the development version on Github, install via:
::install_github("MarkEdmondson1234/googleAuthR") remotes
GAR_CLIENT_JSON
environment argument (via .Renviron
or otherwise) to the full path file location of the JSON file (see gar_set_client()
for other options)https://your-account.shinyapps.io/your-shiny-app/
http://127.0.0.1:1221
GAR_CLIENT_WEB_JSON
environment argument (via .Renviron
or otherwise) to the full path file location of the JSON file (see gar_set_client()
for other options)shiny::runApp(port=1221)
gar_set_client()