powered by
Add or query subject of message.
subject(msg, subject = NULL)
A message object.
A subject for the message.
A message object or the subject of the message object (if subject is NULL).
subject
NULL
to, from, cc, bcc and reply
to
from
cc
bcc
reply
# NOT RUN { library(magrittr) # Create a message and set the subject msg <- envelope() %>% subject("Updated report") # Retrieve the subject for a message subject(msg) # }
Run the code above in your browser using DataLab