check: Checking whether an R output is really nice

View source: R/check.R

checkR Documentation

Checking whether an R output is really nice

Description

Checking whether an R output is really nice

Usage

check(x)

Arguments

x

An R object. Can be a list or vector, and values can be of type numeric, double, or character.

Examples

x <- 23 * 3
check(x)

x <- c(1, 2, 3, 4, 5)
check(x)

x <- c("ten", "twenty", "thirty", "sixty nine")
check(x)

Paulj1989/nice documentation built on Feb. 22, 2024, 8:10 p.m.