As the google sheet used in the code is public it is not necessary to authenticate against google every time.
Instead of
sheets_auth(email = "bgautijonsson@gmail.com")
you could use sheets_deauth()
That way you do not need to have a browser session to do the authentication.
As the google sheet used in the code is public it is not necessary to authenticate against google every time. Instead of
sheets_auth(email = "bgautijonsson@gmail.com")
you could usesheets_deauth()
That way you do not need to have a browser session to do the authentication.