TurkeyDay: Make a Thanksgiving caRd

Description Usage Arguments Details Author(s) Examples

Description

Plots a Thanksgiving turkey.

Usage

1
TurkeyDay(from = NULL, to = NULL, canadian = FALSE)

Arguments

from

character string

to

character string

canadian

is it Canadian Thanksgiving?

Details

The optional arguments from and to specify the sender and recipient of the caRd, respectively. The caRd can be made for Canadians by setting canadian to TRUE (defaults to FALSE).

Author(s)

Randi H. Griffin

Examples

1
2
3
4
5
# From Randi to America
TurkeyDay(from="Randi", to="America")

# From Randi to Canada
TurkeyDay(from="Randi", to="Canada", canadian=TRUE)

rgriff23/caRds documentation built on May 27, 2019, 7:23 a.m.