View source: R/toolStatusMessage.R
toolStatusMessage | R Documentation |
tool to trigger status messages describing the data quality at different stages of processing. Messages are directly written to the log at execution but also collected to be finally returned as data report.
toolStatusMessage(status, message, level = 0)
status |
status indicator of the messages. Currently either "ok" (check succesful / quality ok), "note" (check unsuccessful but still acceptable) or "warn" (check unsuccessful / undesired result). |
message |
message to be triggered. |
level |
as the test result will be linked to a function call, the function
needs to know to which call it should be linked. by default ( |
Jan Philipp Dietrich
getMadratMessage
, toolExpectLessDiff
, toolStatusMessage
toolStatusMessage("ok", "everything is ok", level = -1)
toolStatusMessage("note", "this is not optimal but probably acceptable", level = -1)
toolStatusMessage("warn", "this is not ok", level = -1)
getMadratMessage("status")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.