Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batpigandme/sheet-up-and-drive
Drafting a post on googledrive and googlesheets4 for tidyverse/open source something…
https://github.com/batpigandme/sheet-up-and-drive
Last synced: 7 days ago
JSON representation
Drafting a post on googledrive and googlesheets4 for tidyverse/open source something…
- Host: GitHub
- URL: https://github.com/batpigandme/sheet-up-and-drive
- Owner: batpigandme
- License: mit
- Created: 2021-08-31T14:59:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T13:01:35.000Z (over 1 year ago)
- Last Synced: 2024-11-09T21:43:31.963Z (2 months ago)
- Language: HTML
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```# Sheet Up and Drive
📝 Drafting a post on [**{googledrive}**](https://googledrive.tidyverse.org/) and [**{googlesheets4}**](https://googlesheets4.tidyverse.org/) for tidyverse/open-source, post-like something…
Featuring a lot of stuff cribbed from my [modern pentathlon post/screencast](https://github.com/batpigandme/modern-pentathlon) for [TidyX Episode 69 | Modern Pentathlons with Mara Averick](https://youtu.be/1356s1-as4o), and Jenny Bryan's release posts for [googledrive 2.0.0](https://www.tidyverse.org/blog/2021/07/googledrive-2-0-0/) and [googlesheets4 1.0.0](https://www.tidyverse.org/blog/2021/07/googlesheets4-1-0-0/), as well as the bevvy of helpful [googlesheets4 articles](https://googlesheets4.tidyverse.org/articles/index.html) available on its pkgdown site.