Learn R Programming

roundhouse (version 0.0.2)

facts: Chuck Norris facts

Description

A data frame of various Chuck Norris facts. Warning, some facts contain explicit language!

Usage

data(facts, package = "roundhouse")

Arguments

Format

A data frame with 574 rows and 1 column.

Examples

Run this code
# NOT RUN {
head(roundhouse::facts)

# Or use
data(facts, package = "roundhouse")
head(facts)
# }

Run the code above in your browser using DataLab