Convert a rendered_table object to a character
Source:R/standalone-file-output-utils.R
as.character.rendered_table.Rd
Convert a rendered_table object to a character
Usage
# S3 method for rendered_table
as.character(x, ...)
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"