safeguard
safeguard | R Documentation |
#
Perform pre-transpilation check#
DescriptionPerform pre-transpilation check
#
Usage#
Argumentsast | A language object. |
rules | A list of functions; the rewriting rules, each of which is the output from make_rule. |
deparsers | A list of functions; the deparsers, each of which is the output from make_deparser. |
#
ValueTRUE when the check is complete.