Description Usage Arguments Examples
Combine Values into a bstr class object
1 2
## S3 method for class 'bstr' c(...)
...
1 2 3 4 5 6 7 8 9
c(dstr_rand_seq(2, 5, seed = 1), dstr_rand_seq(3, 5, seed = 2)) c(dstr_rand_seq(3, 5, seed = 2), dstr_rand_seq(2, 5, seed = 1)) c("hoge", dstr("atg")) c(dstr("atg"), "hoge") c(dstr("atg"), bstr("hoge")) c(dstr("atg"), dstr("ccc")) c(dstr("atg"), pstr("ccc")) c(pstr("atg"), pstr("ccc"))
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.