The function makeDefinition returns a computational definition based on current inputs (from the global store) given a canonical computation type tag. This is a utility function for web applications to use as input is being gathered

makeDefinition(compType)

Arguments

compType

the canonical computation type tag

Value

a data frame corresponding to the computation type

See also

Examples

if (FALSE) { makeDefinition(names(availableComputations())[1]) }