dp: Constructor function to combine low-level deparsers

View source: R/core-deparse.R

dpR 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


sketch documentation built on May 29, 2024, 8:18 a.m.