Internal function returns the names of columns used for conversion to predx objects

get_predx_colnames(classes)

Arguments

classes

A vector of predx classes names (e.g. 'Point', 'Binary').

Value

`predx` tibble

Examples

get_predx_colnames(c("Binary", "Point", "BinCat"))
#> Error in get_predx_colnames(c("Binary", "Point", "BinCat")): could not find function "get_predx_colnames"