cattonum_df2: Constructor for class cattonum_df2

View source: R/constructors.R

cattonum_df2R Documentation

Constructor for class cattonum_df2

Description

Constructor for class cattonum_df2

Usage

cattonum_df2(train = NULL, test = NULL)

Arguments

train

NULL (the default), or a tibble or data.frame.

test

NULL (the default), or a tibble or data.frame with the same names as train.

Value

A list of class cattonum_df2 with names "train" and "test".

Examples

cattonum_df2()

bfgray3/cattonum documentation built on Nov. 6, 2022, 11:33 a.m.