View source: R/is_branch_symbol.R
is_branch_symbol | R Documentation |
Check if character is a branch symbol
is_branch_symbol(x)
x |
an R object to be tested. |
A logical vector the same length as x
,
with TRUE
for elements that are not one of the branch symbols
("["
, "]"
, "+"
, "-"
, "("
, ")"
, "<"
, ">"
),
and FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.