print.timesaveR_raw_html: Renders HTML code for Viewer pane

View source: R/timesaveR.R

print.timesaveR_raw_htmlR Documentation

Renders HTML code for Viewer pane

Description

Various functions in this package return HTML code, mostly for tables. This function allows for them to rendered and shown in the Viewer. It can also be called manually to render a character vector x that contains HTML code.

Usage

## S3 method for class 'timesaveR_raw_html'
print(x, ...)

Arguments

x

Either a character vector containing HTML code or a list with a html_code element

...

Additional arguments passed to print.


LukasWallrich/timesaveR documentation built on Nov. 29, 2024, 4:47 a.m.