parties: Extract sender and recipient(s)

View source: R/parties.R

partiesR Documentation

Extract sender and recipient(s)

Description

Extract sender and recipient(s)

Usage

parties(msg)

Arguments

msg

A message object.

Value

A tibble.

Examples

msg <- envelope() %>%
  from("Gerald <gerald@gmail.com>") %>%
  to(c("bob@gmail.com", "alice@yahoo.com")) %>%
  cc("Craig     < craig@gmail.com>") %>%
  bcc("  Erin   <erin@yahoo.co.uk    >")

parties(msg)

emayili documentation built on Aug. 30, 2023, 5:12 p.m.