OneThousandHearts: Make a OneThousandHearts caRd

Description Usage Arguments Details Author(s) Examples

Description

Plots 1000 tiny hearts sprinkled romantically about negative heart space.

Usage

1
  OneThousandHearts(to = NULL, line1 = NULL, line2 = NULL, line3 = NULL, line4 = NULL)

Arguments

to

character string

line1

character string

line2

character string

line3

character string

line4

character string

Details

If only to is specified, then the character string passed to to is displayed on line 2 and the default message "Will you be mine?" is printed on line 3 (lines 1 and 4 are empty). If any lines are specified, to is ignored and the specified lines are displayed. If no arguments are given, negative heart space will be empty.

Author(s)

Randi H. Griffin

Examples

1
2
3
4
5
  # To Samara, with default message
  OneThousandHearts(to = "Samara")
  
  # Write a romantic quatrain
  OneThousandHearts(line1 = "Roses are red", line2 = "Violets are blue", line3 = "If you were a Pokemon", line4 = "I would choose you!")

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