File: hardhat-example-data.Rd

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 (22 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/hardhat-example-data.R
\docType{data}
\name{hardhat-example-data}
\alias{hardhat-example-data}
\alias{example_train}
\alias{example_test}
\title{Example data for hardhat}
\value{
\item{example_train,example_test}{tibbles}
}
\description{
Example data for hardhat
}
\details{
Data objects for a training and test set with the same variables:
three numeric and two factor columns.
}
\examples{
data("hardhat-example-data")
}
\keyword{datasets}