make_r6_components_xpath: XPath to get internal components of an R6 class
Description
XPath to get internal components of an R6 class
Usage
make_r6_components_xpath(mode = c("public", "active", "private"))
Arguments
- mode
Type of internal component (public
, active
, or private
).