as.character.rendered_table | R Documentation |
Convert a rendered_table object to a character
## S3 method for class 'rendered_table'
as.character(x, ...)
x |
the rendered_table |
... |
not used |
a named vector
hux = iris %>% hux_default_layout()
tmp = hux %>% hux_save_as(tempfile())
as.character(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.