verify_types | R Documentation |
Verify variable types in bulk
verify_types(...)
... |
Named arguments, where the argument is the object to be checked and the name of the argument is the mode (numeric, list, character, etc). |
Returns true on success, causes error if not.
Sercan Kahveci
try(verify_types(character="test",numeric=0000,character=12345))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.