eml_contact: Create an EML contact. Contact information is passed on to...

View source: R/deprecated.R

eml_contactR Documentation

Create an EML contact. Contact information is passed on to eml_party()

Description

\Sexpr[results=rd, stage=render]{lifecycle::badge("deprecated")}

Usage

eml_contact(...)

Arguments

...

Arguments passed on to eml_party().

Details

Please use the constructors in the EML package instead

Value

(contact) The new contact.

Examples

## Not run: 
eml_contact("test", "user", email = "test@user.com")
eml_creator("creator", "Bryce", "Mecum", userId = "https://orcid.org/0000-0002-0381-3766")
eml_creator("creator", c("Dominic", "'Dom'"), "Mullen", c("NCEAS", "UCSB"),
            c("Data Scientist", "Programmer"))

## End(Not run)

NCEAS/arcticdatautils documentation built on Aug. 28, 2023, 12:10 p.m.