Description Usage Arguments Value Author(s) Examples
View source: R/General_Utils.R
collect warning messages troughout a running function
1 | multi.warnings(message_text, warningmessages)
|
message_text |
a character string. The error message to be added |
warningmessages |
a vector with one ore more character strings. The previous error messages. |
a character string with unique warning messages
Maxime Sweetlove
1 2 | warningmessages <- c()
OmicsMetaData:::multi.warnings("new warning", warningmessages)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.