View source: R/check_branch_code.R
check_branch_code | R Documentation |
branch_code
is valid.Check if a branch_code
is valid.
Will stop if not
check_branch_code(branch_code)
branch_code |
a species' branching pattern,
as checked by check_branch_code, e.g. |
A valid branch_code
...
is a string, i.e. a character vector with one element
consists out of characters that are either A
or B
starts with A
nothing
Richèl J.C. Bilderbeek
check_branch_code("A")
check_branch_code("AA")
check_branch_code("AB")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.