semiChecker | R Documentation |
This function returns TRUE if the passed object is a character vector containing semicolon-separated taxa. If return_count = TRUE, it will return the number of elements in each element after splitting
semiChecker(test_object, return_count)
test_object |
Object to check |
return_count |
OPTIONAL: If TRUE and test_object is a semicolon-separated character, return the number of elements after splitting [Default: FALSE] |
TRUE if test_object is a semicolon-separated character (or element count if return_count = TRUE), or FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.