medal {emoji}R Documentation

Insert medal emojis

Description

Insert medal emojis

Usage

medal(place)

Arguments

place

Character denoting the place of the medal. See details for allowed names.

Details

This function is vectorized. There are a 1st, 2nd and 3rd place medals and allowed names are listed below. Note that matches are made without case.

#@return Character vector of emojis.

Examples

medal(1:3)

medal("gold")
medal("Gold")

[Package emoji version 15.0 Index]