Learn R Programming

box.linters (version 0.10.6)

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

Value

An XPath query

Arguments

mode

Type of internal component (public, active, or private).