get_all_cheatsheets {cheatsheet} | R Documentation |
Download all current cheat sheets as pdf files into your chosen directory
get_all_cheatsheets(local_path = ".", tidyverse_only = FALSE)
local_path |
local file path to save the cheatsheets to - string |
tidyverse_only |
only download tidyverse cheatsheets? - logical |
No return value; called for side effects.
Downloads all pdf cheatsheets currently available as pdf from https://rstudio.com/resources/cheatsheets/
## Not run:
get_all_cheatsheets("~/user/Cheatsheets", tidyverse_only = FALSE)
## End(Not run)