Skip to contents

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

if (FALSE) {
get_all_cheatsheets("~/user/Cheatsheets", tidyverse_only = FALSE)
}