checks | R Documentation |
rcmdcheck
?rcmdcheck
returns a list containing characters that give
errors, warnings and notes.
checks(rcmdcheck_value)
rcmdcheck_value |
The return value of |
Use ! any(checks(x)))
to ensure there were no errors, warnings or
notes in x
.
A named logical vector, all FALSE
if
there were no errors, warnings or notes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.