get_r6_components {box.linters}R Documentation

Get declared/defined R6 class components

Description

Get declared/defined R6 class components

Usage

get_r6_components(xml, mode = c("public", "active", "private"))

Arguments

xml

XML representation of R source code.

mode

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

Value

List of XML nodes and corresponding text string values of the nodes


[Package box.linters version 0.9.1 Index]