Skip to contents

Convert a rendered_table object to a character

Usage

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

Arguments

x

the rendered_table

...

not used

Value

a named vector

Examples

hux = iris %>% hux_default_layout()
tmp = hux %>% hux_save_as(tempfile())
as.character(tmp)
#> [1] "a huxtable with 2 outputs:"                 
#> [2] "docx: /tmp/RtmpWUt069/file997772fe8905.docx"
#> [3] "html: /tmp/RtmpWUt069/file997772fe8905.html"