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
bgreenwell/roundhouse documentation built on Sept. 16, 2019, 8:51 a.m.