Skip to contents

This function returns random animals emojis.

Usage

zoo(size, replace = FALSE)

Arguments

size

a non-negative integer giving the number of items to choose.

replace

should sampling be with replacement? Defaults to FALSE.

Value

Character vector of animal emojis.

Examples

set.seed(1234)

zoo(1)
#> [1] "🐐"

zoo(10)
#>  [1] "🐋"         "🐃"         "\U{01f99f}" "🦊"         "\U{01f9ae}"
#>  [6] "🐀"         "🐎"         "🐕"         "🦈"         "🐌"