View source: R/metab_model.show.R
compress_msgs | R Documentation |
Compress two columns of warning and error messages into one short-hand column
compress_msgs(
ddat,
colname = "messages",
warnings.overall = c(),
errors.overall = c()
)
ddat |
a data.frame including warnings and errors columns |
colname |
the name of the column where the summary should be placed |
warnings.overall |
any general warnings (for the whole model) to be included in the summary |
errors.overall |
any general errors (for the whole model) to be included in the summary |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.