make_r6_components_xpath {box.linters}R Documentation

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).

Value

An XPath query


[Package box.linters version 0.10.6 Index]