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?