[.html {spork} | R Documentation |
Subset Html
Description
Subsets 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()
,
as_html.greek()
,
as_html.spar()
,
as_html.spork()
,
html2xml()
,
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])
[Package spork version 0.3.5 Index]