mk_error_tab | R Documentation |
flextable
Object with Error MessageTakes a vector of messages and returns a flextable
object with the
text in the table. This can be used in automated table generation to
cascade an error message to the end user.
mk_error_tab(msgs)
msgs |
Vector of error messages |
list with a single flextable
object
error_tab = mk_error_tab("This is an error")
error_tab$ft[[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.