Skip to contents

Usage

air_expand_collaborator(x, pattern = "(.+) <(.+)>")

Arguments

x

A character vector (e.g., "Name <email>")

pattern

Regex with two capture groups (name, email). Default: "(.+) <(.+)>".

Value

A list of named lists with name and email.