get_translation: get_translation

View source: R/get_translation.R

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


cheatsheet documentation built on May 1, 2023, 5:20 p.m.