toHTML: toHTML: convert R objects as html

Description Usage Arguments Details Value

Description

toHTML

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
  toHTML(x, ...)

  ## S3 method for class 'data.frame'
 toHTML(x, cat = TRUE, ...)

  ## S3 method for class 'summaryDefault'
 toHTML(x, cap = "", ...)

  ## S3 method for class 'htest'
 toHTML(x, cap = NULL, ...)

Arguments

x

a R object

cap

caption

cat

warp output with cat

...

additional arguments

Details

converts an R object to a data.frame

Value

NULL

NULL

NULL


rhr documentation built on May 2, 2019, 6:06 p.m.

Related to toHTML in rhr...