Learn R Programming

emoji (version 15.0)

zoo: Random Animals

Description

This function returns random animals emojis.

Usage

zoo(size, replace = FALSE)

Value

Character vector of animal emojis.

Arguments

size

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

replace

should sampling be with replacement? Defaults to FALSE.

Examples

Run this code
set.seed(1234)

zoo(1)

zoo(10)

Run the code above in your browser using DataLab