Skip to contents

modeltuner_cheatsheet() opens a pdf file (“cheatsheet”) summarizing important concepts and functions in the modeltuner package.

Usage

modeltuner_cheatsheet(open = TRUE)

Arguments

open

Logical: If TRUE, a cheatsheet in pdf format is opened (via shell command); If FALSE, the path to the pdf file is returned as a character string.

Value

Path to the cheatsheet in pdf format

Examples

if (FALSE) modeltuner_cheatsheet()

# Display path to pdf:
modeltuner_cheatsheet(open = FALSE)
#> [1] ""