Learn R Programming

cheatsheet (version 0.1.2)

get_translation: get_translation

Description

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

Usage

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

Value

No return value; called for side effects.

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()

Examples

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

Run the code above in your browser using DataLab