dp
| dp | R Documentation |
Constructor function to combine low-level deparsers#
Description#
Constructor function to combine low-level deparsers
Usage#
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. |
Note#
lifecycle: experimental