Learn R Programming

emayili (version 0.4.4)

cc: Add Cc field to message

Description

Add Cc field to message

Usage

cc(msg, ...)

Arguments

msg

A message object.

...

Email addresses.

Value

A message object.

See Also

subject, from, to, bcc and reply

Examples

Run this code
# NOT RUN {
msg <- envelope()
cc(msg, "bob@gmail.com", "alice@yahoo.com")
cc(msg, c("bob@gmail.com", "alice@yahoo.com"))
# }

Run the code above in your browser using DataLab