There is a package of the same name googledrive by the Tidyverse people, which clashes with your googledrive package. I would consider renaming yours, or using theirs instead - which can be done by, for example, changing the lines in your demo from id <- googledrive::upload_file("first_plot.png") to id <- googledrive::drive_upload("first_plot.png"), and googledrive::authorize()
This is an add-on application for manipulating shapes on Google Slide. It can create and update shapes by inputting parameters, and can arrange shapes. This is made of Google Apps Scripts (GAS).
Google Scripts web-app that generates a Google Slides presentation from a list of words. The script automatically fetches an image for each word from the Qwant API. Designed to save teachers a little time.
Hello,
There is a package of the same name
googledriveby the Tidyverse people, which clashes with yourgoogledrivepackage. I would consider renaming yours, or using theirs instead - which can be done by, for example, changing the lines in your demo fromid <- googledrive::upload_file("first_plot.png")toid <- googledrive::drive_upload("first_plot.png"), andgoogledrive::authorize()