Description Usage Arguments Value Examples
View source: R/makeValidCode.R
Check the validity of code
1 | checkInvalid(temp)
|
temp |
A character string to check validity |
The position of the first invalid code or NULL
1 | checkInvalid(c("iris","irisssss"))
|
[1] 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.