gen_set_of_levels {ztype} | R Documentation |
gen_set_of_levels
Description
generate a set of levels with increasing difficulty
Usage
gen_set_of_levels(set_of_words, nb = 25)
Arguments
set_of_words |
a sorted vector of the collection of words to use |
nb |
the number of levels to generate |
Examples
require(ztype)
require(magrittr)
c("dplyr","ggplot2","lubridate") %>% gen_set_of_words() %>%
gen_set_of_levels(10) %>% cat()
[Package ztype version 0.1.0 Index]