R/type-convert.R
air_expand_collaborator.Rd
Inverse of air_flatten_collaborator().
air_flatten_collaborator()
air_expand_collaborator(x, pattern = "(.+) <(.+)>")
A character vector (e.g., "Name <email>")
"Name <email>"
Regex with two capture groups (name, email). Default: "(.+) <(.+)>".
"(.+) <(.+)>"
A list of named lists with name and email.
name
email