autocog: Auto cognostic function

Description Usage Arguments Examples

View source: R/autocog.R

Description

Calculate an auto cognostic function given a name

Usage

1
autocog(.name, ..., .fn_only = FALSE)

Arguments

.name

name of a known cognostic

...

arguments passed onto the found function

.fn_only

boolean that determines if the function should be returned

Examples

1
2
3
autocog("univariate_continuous", iris$Sepal.Length)
fn <- autocog("univariate_continuous", .fn_only = TRUE)
fn(iris$Sepal.Length)

schloerke/autocog documentation built on May 30, 2021, 5:09 p.m.