zoo {emoji}R Documentation

Random Animals

Description

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)

zoo(10)

[Package emoji version 15.0 Index]