make_deparser
make_deparser | R Documentation |
#
A constructor for a "typed" deparser#
DescriptionA constructor for a "typed" deparser
#
Usage#
Argumentspredicate_fun | A function that takes a "lang" object and return a logical. |
deparse_fun | A function that takes a "lang" object and return a character string. |
#
ValueA list; a deparser ready to be dispatched by "type".