add_cog_group {autocogs} | R Documentation |
Add a cognostic group
Description
Add a new cognostic to be used when calculating automatic cognostics.
Usage
add_cog_group(name, fields, description = NA, fn, ...)
Arguments
name |
Name of cognostic group |
fields |
|
description |
Description of cognostic group |
fn |
function to calculate a cognostic group. May return a named list or a single row tibble. Each value of the return data should be the output of |
... |
ignored |
[Package autocogs version 0.1.4 Index]