notice | R Documentation |
Print a specified statement after a large ASCII "LOOK" statement.
notice(statement_v)
statement_v |
Some sort of character vector. Can be a paste() call, an sprintf message, etc. |
print to console
notice("This is a test")
notice(paste("Another", "test", sep = "_"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.