View source: R/build_figures.R
mk_error_fig | R Documentation |
ggplot
Object with Error MessageTakes a vector of messages and returns a ggplot object with the text in the figure. This can be used in automated figure generation to cascade an error message to the end user.
mk_error_fig(msgs)
msgs |
Vector of error messages |
ggplot object
mk_error_fig("This is an error")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.