Closed averiperny closed 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.
Adds the data import cheat sheet to README.Rmd now that it includes googlesheets4 functions.