Skip to contents

A helper to recall commonly used R functions with examples.

Usage

remind(keyword = NULL)

Arguments

keyword

A keyword like "glimpse" or "read_excel". If NULL, show all examples.

Value

Printed reminder or keyword list (invisibly)

Examples

remind("glimpse")
#> 
#> ── 🔎 glimpse ──────────────────────────────────────────────────────────────────
#> 🔍 `glimpse(df)` from dplyr gives a compact overview. 
#> 
remind()  # Show all keywords
#> 
#> ── Usage Examples ──────────────────────────────────────────────────────────────
#>  "glimpse": 🔍 `glimpse(df)` from dplyr gives a compact overview.
#> ── Available Keywords ──────────────────────────────────────────────────────────
#> `glimpse, read_excel, droplevels, modifyList, do.call, sprintf, scRNAseq,
#> basename, here, stopifnot, object.size, slice, unzip, gunzip, untar, NoLegend,
#> RotatedAxis, guides`