make_deparser
| make_deparser | R Documentation |
A constructor for a "typed" deparser#
Description#
A constructor for a "typed" deparser
Usage#
Arguments#
predicate_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. |
Value#
A list; a deparser ready to be dispatched by "type".