parsnip (version 0.0.0.9001)

translate: Resolve a Model Specification for a Computational Engine

Description

translate will translate a model specification into a code object that is specific to a particular engine (e.g. R package). It translates generic parameters to their counterparts.

Usage

translate(x, ...)

Arguments

x

A model specification.

...

Not currently used.