Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

HTML2clip

Wrapper around HTML() to save output to the clipboard


Description

Calls HTML() with appropriate filename and append attributes to write output to clipboard (currently only works on Windows).

Usage

HTML2clip(x,
	          filename =file("clipboard",
	              ifelse(.Platform$OS == "windows", "w",
	                     stop("Writing to clipboard only supported on Windows"))),
	          append = FALSE, ...)

Arguments

x

object to be output to HTML

filename

destination output file, defaults to clipboard

append

logical. If 'TRUE' output will be appended to 'file'; otherwise, it will overwrite the contents of 'file'decides if the filevalue of the width HR optional argument, in pixel or percent

...

... (passed on to HTML())

Value

no value returned.

Note

This function was contributed by Gabor Grothendieck.

Author(s)

Eric Lecoutre

See Also

Examples

if (.Platform$OS == "windows")
	HTML2clip(summary(lm(rating ~., attitude)))

R2HTML

HTML Exportation for R Objects

v2.3.2
GPL (>= 2)
Authors
Eric Lecoutre [aut], Milan Bouchet-Valat [cre, ctb], Thomas Friedrichsmeier [ctb]
Initial release
2016-06-23

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.