get_translation {cheatsheet}R Documentation

get_translation

Description

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

## Not run: 
get_translation("~/user/Cheatsheets", language = "german")

## End(Not run)


[Package cheatsheet version 0.1.2 Index]