zoo: Random Animals

View source: R/zoo.R

zooR 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)

EmilHvitfeldt/emoji documentation built on Oct. 30, 2024, 12:27 p.m.