Learn R Programming

sketch (version 1.1.20.3)

dp: Constructor function to combine low-level deparsers

Description

Constructor function to combine low-level deparsers

Usage

dp(...)

Arguments

...

character strings indicating the features needed of the deparsers. The supported features are "basic", "r", "auto" and "dom" corresponding to the basic deparsers, the R support, the automatic variable declaration and return, and the dom shorthand notation.