c.bstr: Combine Values into a bstr class object

Description Usage Arguments Examples

Description

Combine Values into a bstr class object

Usage

1
2
## S3 method for class 'bstr'
c(...)

Arguments

...

...

Examples

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"))

t-arae/bstringr documentation built on March 18, 2021, 3:08 a.m.