try_or_stop_print_pattern {nc} | R Documentation |
try or stop print pattern
Description
Try to run a capture function. If it fails we wrap the error message with a more informative message that also includes the generated pattern.
Usage
try_or_stop_print_pattern(expr,
pat, engine)
Arguments
expr |
expression to try. |
pat |
regex pattern string. |
engine |
string: regex |
Author(s)
Toby Hocking <toby.hocking@r-project.org> [aut, cre]
[Package nc version 2024.2.21 Index]