autocog | R Documentation |
Calculate an auto cognostic function given a name
autocog(.name, ..., .fn_only = FALSE)
.name |
name of a known cognostic |
... |
arguments passed onto the found function |
.fn_only |
boolean that determines if the function should be returned |
autocog("univariate_continuous", iris$Sepal.Length)
fn <- autocog("univariate_continuous", .fn_only = TRUE)
fn(iris$Sepal.Length)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.