View source: R/data_functions.R
rlist | R Documentation |
Generate a random list
rlist(length = 5, items = 1:3, space = LETTERS)
length |
length of the list |
items |
(variable) number of items per list entry |
space |
set of items to sample |
list
rlist()
rlist(length = 3, items = 2:4, space = 1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.