export_formattable.Rd
# @inheritParams formattable::as.htmlwidget
# @inheritParams htmltools::html_print
# @inheritParams webshot::webshot
export_formattable(
table,
file,
width = "100%",
height = NULL,
background = "white",
delay = 0.1
)
if (FALSE) { # \dontrun{
your_table %>%
export_formattable(file = "foo.png")
} # }