Description Usage Arguments Examples
subsetting bstr class object
1 2 | ## S3 method for class 'bstr'
x[..., drop = F]
|
x |
x |
... |
... |
drop |
drop |
1 2 3 4 5 6 | (test <- dstr_rand_seq(3, 10, seed = 1))
test[1]
test[2:1]
test[2] <- "mutated"
test
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.