zoo | R Documentation |
This function returns random animals emojis.
zoo(size, replace = FALSE)
size |
a non-negative integer giving the number of items to choose. |
replace |
should sampling be with replacement? Defaults to |
Character vector of animal emojis.
set.seed(1234)
zoo(1)
zoo(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.