modifiers: Get all valid modifiers for a given XML node

View source: R/modifiers.R

modifiersR Documentation

Get all valid modifiers for a given XML node

Description

In case you want to see which modifiers are definied for a certain XML node, just call this helper function.

Usage

modifiers(obj = "all")

Arguments

obj

An object of class XiMpLe.node, or a character string containing the XML node name you're interested in. If set to "all" returns all defined modifiers.

Value

A character vector of valid modifiers.

Examples

myCheckbox <- rk.XML.cbox("Check for action")
modifiers(myCheckbox)

rkward-community/rkwarddev documentation built on May 9, 2022, 3:02 p.m.