R/facts.R

#' Chuck Norris facts
#'
#' A data frame of various Chuck Norris facts. Warning, some facts contain
#' explicit language!
#'
#' @docType data
#'
#' @keywords datasets
#'
#' @format A data frame with 574 rows and 1 column.
#'
#' @name facts
#'
#' @source http://www.icndb.com/
#'
#' @usage
#' data(facts, package = "roundhouse")
#'
#' @examples
#' head(roundhouse::facts)
#'
#' # Or use
#' data(facts, package = "roundhouse")
#' head(facts)
NULL

Try the roundhouse package in your browser

Any scripts or data that you put into this service are public.

roundhouse documentation built on Oct. 23, 2020, 8:12 p.m.