Learn R Programming

evanverse (version 0.3.7)

remind: Show usage tips for common R commands

Description

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

Usage

remind(keyword = NULL)

Value

Invisibly returns the matched keywords (character vector).

Arguments

keyword

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

Examples

Run this code
remind("glimpse")
remind()  # show all keywords

Run the code above in your browser using DataLab