cattonum_df2: Constructor for class cattonum_df2

Description Usage Arguments Value Examples

View source: R/constructors.R

Description

Constructor for class cattonum_df2

Usage

1
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

1

cattonum documentation built on July 2, 2020, 2:26 a.m.