Skip to contents

Convert a rendered_table object to a character

Usage

# S3 method for class 'rendered_table'
as.character(x, ...)

Arguments

x

the rendered_table

...

not used

Value

a named vector

Examples

hux = iris %>% hux_default_layout()
#> Warning: The requested font(s): [Roboto], are not present on the system. Alternatives will be used.
#> This warning is displayed once per session.
tmp = hux %>% hux_save_as(tempfile())
as.character(tmp)
#> [1] "a huxtable with 2 outputs:"                 
#> [2] "docx: /tmp/RtmpFnz61d/file2ea276627b8e.docx"
#> [3] "html: /tmp/RtmpFnz61d/file2ea276627b8e.html"