remind: Show usage tips for common R commands

View source: R/remind.R

remindR Documentation

Show usage tips for common R commands

Description

A helper to recall commonly used R functions with short examples.

Usage

remind(keyword = NULL)

Arguments

keyword

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

Value

Invisibly returns the matched keywords (character vector).

Examples

remind("glimpse")
remind()  # show all keywords

evanverse documentation built on March 10, 2026, 5:07 p.m.