View source: R/strings_utils.R
next_bool | R Documentation |
Helper to define next allowed component in a boolean vector.
next_bool(x = character(0), count = 0L, obj_alias = character(0))
x |
a string, current component. Default is character(0). |
count |
an integer, representing current number of opened/closed bracket. |
obj_alias |
a character vector, alias used for name(s). Default is character(0). |
a vector of next allowed components.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.