Recursively extracts all symbol names (potential arguments) from an AST node. This is used to automatically determine function arguments when converting AST to R functions.
Usage
extract_args(x, args = character())Recursively extracts all symbol names (potential arguments) from an AST node. This is used to automatically determine function arguments when converting AST to R functions.
extract_args(x, args = character())