zoo {emoji} | 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)