How can I read a sheet from google sheets and use it in RMarkdown, without having to answer the authorization question?
url <- "https://docs.google.com/spreadsheets/d/1tAeMng_wLlZfDfeeLzgV8h7vGqWmFhqQv1AAXf60HtU/edit?usp=sharing"
df <- googlesheets4::read_sheet(url, sheet="sensib-fungic")
The googlesheets4 package is requesting access to your Google account. Select a pre-authorised account or enter '0' to obtain a new token. Press Esc/Ctrl + C to abort.