| validate | R Documentation |
This function is used to perform assertions that an object conforms to its expected structure and no basic assumptions have been violated. Will throw an error if checks do not pass.
validate(x, ...)
x |
object to be validated. |
... |
additional arguments to pass to the specific validation method. |
Called for its side effect of validating x. Throws an error if any check
fails; otherwise returns invisibly (the exact value depends on the method,
typically invisible(TRUE) or invisible(NULL)).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.