xmastext: Christmas message.

View source: R/xmastext.R

xmastextR Documentation

Christmas message.

Description

A random repetition of a message (2010 card). Random allocation of repetitions of the Christmas message.

Usage

xmastext(
  year = 2011,
  language = c("english", "spanish", "catalan"),
  seed = NULL
)

Arguments

year

Year to be printed. Default is 2011.

language

Language to be used in the card. One of c("english", "spanish", "catalan"). Default is "english".

seed

Seed for reproducibility of the card. Default is NULL (no seed).

Value

A Christmas card plot including the repetition of the same message randomly allocated.

Author(s)

Jose Barrera-Gomez.

Examples


xmastext(year = 2011, language = "spanish", seed = 666)


christmas documentation built on Dec. 28, 2022, 1:09 a.m.