make_r6_internal_calls_xpath {box.linters}R Documentation

XPath to get internal function or data object calls inside an R6 class

Description

XPath to get internal function or data object calls inside an R6 class

Usage

make_r6_internal_calls_xpath(mode = c("self", "private"))

Arguments

mode

Type of internal call (self or private).

Value

An XPath query


[Package box.linters version 0.9.1 Index]