distcomp (version 1.3-3)

makeDefinition: Make a computation definition given the computation type

Description

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

Usage

makeDefinition(compType)

Value

a data frame corresponding to the computation type

Arguments

compType

the canonical computation type tag

See Also

availableComputations()

Examples

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

Run the code above in your browser using DataLab