handle_dynamic_code {debugme} | R Documentation |
Handle the dynamic code in a debug string
Description
Substrings within backticks will be interpreted as code.
Usage
handle_dynamic_code(str)
Arguments
str |
Debug string. |
Value
A language expression or a string, depending on whether the string has dynamic code.
[Package debugme version 1.1.0 Index]