How can I bring my googlesheets to R studio?

Hello! I am a new learner.
I cannot bring my google sheets to R studio.

install.packages('googlesheets4')
library(googlesheets4)

The two lines of code worked well but I don't know what to do after that.
I tried gs4_auth(new_user = TRUE) but it caused an error like below.

Error in gs4_auth(new_user = TRUE) : unused argument (new_user = TRUE)

How can I solve this problem?

HI,

You can find more information and a tutorial on the website

Good luck
PJ

1 Like

If anyone still struggling with this problem, try this!
https://medium.com/@diplomat9011/explain-how-to-bring-my-googlesheets-to-r-studio-like-i-am-5-years-old-a2bc8fc24c75

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.