Export reports
Here I will show you simple examples of exporting your reports using: - google sheets (googlesheets) - excel files (openxlsx) - email (mailR)
Export with google sheets You will need: - Install googlesheets package - Service account key (how to create it you can find here)
Do not to forget enable google sheets api in google cloud console. About options(httr_oob_default = TRUE) you can read here.
Example options(googleAuthR.scopes.selected = "https://www.
[Read More]