say: Messages with star wars characters

Description Usage Arguments Value Examples

View source: R/say.R

Description

Messages with star wars characters

Usage

1
2
3
4
5
6
say(
  what = "May the force be with you",
  by = "stormtrooper",
  what_color = NULL,
  by_color = NULL
)

Arguments

what

(character) What do you want to say?

by

(character) Select a some character, baby_yoda, R2D2, black_one, at_at_walker, darth_vader, resistance, at_st_walker, yoda, ackbar, darth_maul, stormtrooper and stormtrooper_body, starwars, starwars_2, millenium_falcon. Alternatively, use "random" to have your message spoken by a random character.

what_color

(character or crayon function) One or more crayon-suported text color(s) or crayon style function to color what. You might try colors() or ?rgb for ideas. Use "rainbow" for c("red", "orange", "yellow", "green", "blue", "purple").

by_color

(character or crayon function) One or more crayon-suported text color(s) or crayon style function to color who. Use "rainbow" for c("red", "orange", "yellow", "green", "blue", "purple")

Value

A message with your selected character

Examples

1
2
say()
say("I'm your father", by = "darth_vader", by_color = "black")

Erickcufe/starwarssay documentation built on Aug. 20, 2020, 9 p.m.