get_r6_components: Get declared/defined R6 class components
Description
Get declared/defined R6 class components
Usage
get_r6_components(xml, mode = c("public", "active", "private"))Value
List of XML nodes and corresponding text string values of the nodes
Arguments
- xml
XML representation of R source code.
- mode
Type of internal component (public, active, private).