View source: R/sequence_length_summary.R
min_max_seq_length | R Documentation |
This function calculates the minimum and maximum length of sequences of elements, where each sequence is split by spaces.
min_max_seq_length(sequences)
sequences |
A character vector where each element is a sequence of elements separated by spaces. |
A numeric vector of length 2, with the minimum and maximum lengths of the sequences.
sequences <- c('hello world', 'hello world hello', 'hello world hello world')
min_max_seq_length(sequences)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.