Title: | Download R Cheat Sheets Locally |
---|---|
Description: | A simple package to grab cheat sheets and save them to your local computer. |
Authors: | Brad Lindblad [aut, cre], Posit [cph] |
Maintainer: | Brad Lindblad <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.2.9000 |
Built: | 2024-12-25 03:26:05 UTC |
Source: | https://github.com/bradlindblad/cheatsheet |
A simple package to grab cheatsheets and save them to your local computer.
Maintainer: Brad Lindblad [email protected]
Other contributors:
RStudio [copyright holder]
Useful links:
Report bugs at https://github.com/bradlindblad/cheatsheet/issues
Download all current cheat sheets as pdf files into your chosen directory
get_all_cheatsheets(local_path = ".", tidyverse_only = FALSE)
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)
## Not run: get_all_cheatsheets("~/user/Cheatsheets", tidyverse_only = FALSE) ## End(Not run)
Download all current cheat sheets as pdf files into your chosen directory
get_translation(local_path = ".", language = NA)
get_translation(local_path = ".", language = NA)
local_path |
local file path to save the cheatsheets to - string |
language |
pick a language from the list obtained by running |
No return value; called for side effects.
## Not run: get_translation("~/user/Cheatsheets", language = "german") ## End(Not run)
## Not run: get_translation("~/user/Cheatsheets", language = "german") ## End(Not run)
View all the languages that can be pulled using cheatsheet::get_translation()
list_languages()
list_languages()
No return value; called for side effects.
## Not run: list_languages() ## End(Not run)
## Not run: list_languages() ## End(Not run)