View source: R/helper_preCheck.R
preCheck | R Documentation |
Performs prechecks and returns error messages for wrong input. If x is a textual input, x is returned unprocessed. If x is a file, x is read with readLines() and returned.
preCheck(x)
x |
anything |
The original input, error messages, empty objects or the read file content with readLines().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.