Skip to contents

Download all current cheat sheets as pdf files into your chosen directory

Usage

get_translation(local_path = ".", language = NA)

Arguments

local_path

local file path to save the cheatsheets to - string

language

pick a language from the list obtained by running cheatsheet::list_languages()

Value

No return value; called for side effects.

Examples

if (FALSE) {
get_translation("~/user/Cheatsheets", language = "german")
}