autocog: Auto cognostic function

View source: R/autocog.R

autocogR Documentation

Auto cognostic function

Description

Calculate an auto cognostic function given a name

Usage

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

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

autocogs documentation built on July 1, 2025, 1:07 a.m.