Description Usage Arguments Examples
print bstr class object
1 2 |
x |
x |
... |
... |
n |
number of printing elements |
l_name |
max length of name |
l_seq |
max length of sequence |
1 2 3 4 5 6 7 8 9 10 11 12 | dstr_rand_seq(10, 20, seed = 1)
pstr_rand_seq(10, 20, seed = 1)
test1 <- dstr_rand_seq(1, 20, seed = 1)
test2 <- dstr_rand_seq(1, 21, seed = 1)
print(test1, l_seq = 20L)
print(test2, l_seq = 20L)
print(test1, l_name = 9L)
print(test1, l_name = 8L)
dstr_rand_seq(10, 20, seed = 1) %>% print(n = 20L)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.