tidyverse / googlesheets4

Google Spreadsheets R API (reboot of the googlesheets package)
https://googlesheets4.tidyverse.org
Other
360 stars 53 forks source link

Link to data import cheat sheet #238

Closed averiperny closed 3 years ago

averiperny commented 3 years ago

Adds the data import cheat sheet to README.Rmd now that it includes googlesheets4 functions.

jennybc commented 3 years ago

Thanks!

I added an intro sentence and also did devtools::build_readme(). The latter step (re-rending README) is always a good one to consider when making changes to README.Rmd. The devtools function is the best way to do this because it renders with respect to the current source of the associated package, which is important so that any code chunks are executed with the current dev version.