File: hardhat-example-data.R

package info (click to toggle)
r-cran-hardhat 1.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,656 kB
  • sloc: sh: 13; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#' Example data for hardhat
#'
#' @details Data objects for a training and test set with the same variables:
#' three numeric and two factor columns.
#'
#' @name hardhat-example-data
#' @aliases example_train example_test
#' @docType data
#' @return \item{example_train,example_test}{tibbles}
#'
#' @keywords datasets
#' @examples
#' data("hardhat-example-data")
NULL