is_balanced | R Documentation |
Tests whether there is an equal number of opening and closing brackets in the utility functions.
is_balanced(string, open, close)
string |
A character string |
open |
An opening bracket ( [ or < |
close |
A closing bracket ) ] or > |
A boolean equal to 'TRUE' if the utility expression is balanced
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.