Description Usage Arguments Examples
Convert case of a bstring sequence.
1 2 3 4 5 | bstr_to_upper(bstrobj)
bstr_to_lower(bstrobj)
bstr_switch_case(bstrobj)
|
bstrobj |
bstr class object or character vector |
1 2 3 4 5 6 7 | temp <- dstr_rand_seq(1, 10, "[atgcATGC]", seed = 1)
c(
temp,
upper = bstr_to_upper(temp),
lower = bstr_to_lower(temp),
switch = bstr_switch_case(temp)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.