dp {sketch}R Documentation

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.

Note

lifecycle: experimental


[Package sketch version 1.1.20.3 Index]