sub-.bstr: subsetting bstr class object

Description Usage Arguments Examples

Description

subsetting bstr class object

Usage

1
2
## S3 method for class 'bstr'
x[..., drop = F]

Arguments

x

x

...

...

drop

drop

Examples

1
2
3
4
5
6
(test <- dstr_rand_seq(3, 10, seed = 1))
test[1]
test[2:1]

test[2] <- "mutated"
test

araezopsis/bstringr documentation built on March 15, 2021, 10:01 p.m.