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