semiChecker: Rboretum Semi Checker

View source: R/semiChecker.R

semiCheckerR Documentation

Rboretum Semi Checker

Description

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

Usage

semiChecker(test_object, return_count)

Arguments

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]

Value

TRUE if test_object is a semicolon-separated character (or element count if return_count = TRUE), or FALSE


BobLiterman/Rboretum documentation built on July 6, 2023, 7:46 p.m.