|
googlesheets4::sheets_deauth() |
As an FYI, I received this error when using the cv_printing_functions.r out of the box. It seems like this function was available in googlesheets4 0.1.0 but is no longer available. Using version 1.0.0, googlesheets4::gs4_deauth() on line 32 fixed this.
datadrivencv/inst/templates/CV_printing_functions.R
Line 32 in 0b59804
As an FYI, I received this error when using the
cv_printing_functions.rout of the box. It seems like this function was available in googlesheets4 0.1.0 but is no longer available. Using version 1.0.0,googlesheets4::gs4_deauth()on line 32 fixed this.