emo (version 0.0.0.9000)

square: geometric emoji

Description

geometric emoji

Usage

square(size = c("small", "medium", "medium-small", "large"),
  color = c("white", "black"))

diamond(size = c("large", "small"), color = c("orange", "blue"))

Arguments

size

size

color

color

Details

For `square`: - `size` should be one of `c( "small", "medium", "medium-small", "large" )` - `color` should be "white" or "black"

For `diamond` - `size` should be "large" or "small" - `color` should be "orange" or "blue"

Examples

Run this code
# NOT RUN {
square( "small", "black" )
square( "large", "white" )

diamond( "small", "orange")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab