sub-sub-.html: Element-select Html

[[.htmlR Documentation

Element-select Html

Description

Element-selects html, retaining class.

Usage

## S3 method for class 'html'
x[[...]]

Arguments

x

html

...

passed to next method

Value

html

See Also

Other html: [.html(), as_html.spar(), as_html.spork(), as_html(), htmlToken()

Examples

x <- c(
  'V_c./F',
  'AUC_ss',
  'C_max_ss',
  'var^eta_j'
)
x <- as_html(as_spork(x))
class(x)
class(x[[1]])

spork documentation built on Sept. 16, 2023, 9:06 a.m.

Related to sub-sub-.html in spork...