Home
last modified time | relevance | path

Searched refs:html_group (Results 1 – 5 of 5) sorted by relevance

/dports/math/R-cran-memisc/memisc/man/
H A Dhtml.Rd6 \alias{html_group}
7 \alias{as.html_group}
8 \alias{as.character.html_group}
9 \alias{print.html_group}
10 \alias{[.html_group}
11 \alias{[<-.html_group}
12 \alias{c.html_group}
22 \alias{setAttribs.html_group}
32 \alias{setStyle.html_group}
67 html_group(\dots)
[all …]
/dports/math/R-cran-memisc/memisc/R/
H A Dcodebook-format-html.R58 title_html <- html_group(html_p(""),title_html)
70 spec_html <- html_group(html_p(""),spec_html)
155 tabh_html1 <- html_group(html_td("",colspan=3),
165 tabh_html1 <- html_group(html_td("",colspan=3),
175 tab_html <- html_table(html_group(tabh_html,tab_html),class="cbe-table",
177 tab_html <- html_group(html_p(""),tab_html)
195 descrh_html <- html_group(html_td(""),
203 descr_html <- html_group(html_p(""),descr_html)
211 annot_html <- html_group(html_p(""),annot_html)
214 header_html <- html_div(html_group(title_html,wording_html),class="cbe-header",
[all …]
H A DHTML.R166 html_group <- function(...){ function
/dports/math/R-cran-memisc/memisc/
H A DNAMESPACE360 html_group,as.html_group,
369 S3method(as.character,html_group)
370 S3method(print,html_group)
371 S3method(c,html_group)
372 S3method("[",html_group)
373 S3method("[<-",html_group)
374 S3method(format_html,html_group)
378 S3method(setAttribs,html_group)
384 S3method(setStyle,html_group)
402 S3method(repr_html,html_group)
/dports/math/R-cran-memisc/memisc/inst/
H A DChangeLog628 - Encapsulate fixed-point numbers into "html_group" objects