Description Usage Arguments Value Examples
If a string begins and ends with a lowercase letter, then if the string contains an uppercase letter anywhere in between, then it is removed as garbage.
1 |
x |
a character vector |
Logical
1 2 3 4 5 | garbage_string_u1 <- "stratigraphic"
garbage_string_u2 <- "sUatigraphic"
rmg_has_uppercase_within_lowercase(garbage_string_u1) # FALSE
rmg_has_uppercase_within_lowercase(garbage_string_u2) # TRUE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.