View source: R/system_splines.R
gen_sequence | R Documentation |
Generate text sequences with various properties.
gen_sequence(
seed = NULL,
method = "lipsum",
scale = "sentence",
n_paragraph = 1,
n_sentence = 1,
n_word = 3:5,
n_chr = 3:8
)
seed |
random seed for the character sequence. |
method |
method used for sequence generation
|
scale |
scale of the returned elements, for the lipsum method. Control how the generated text is divided into word, sentence, or paragraph. |
n_paragraph , n_sentence , n_word , n_chr |
number of elements at each organizational level, i.e. number of paragraphs, sentences, words, and characters. The last two levels can be specified as a vector of length to sample in. |
a character string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.