powered by
This function returns random animals emojis.
zoo(size, replace = FALSE)
Character vector of animal emojis.
a non-negative integer giving the number of items to choose.
should sampling be with replacement? Defaults to FALSE.
FALSE
set.seed(1234) zoo(1) zoo(10)
Run the code above in your browser using DataLab