def_author: Meta information on an author

View source: R/method_process_definition.R

def_authorR Documentation

Meta information on an author

Description

Meta information on an author

Usage

def_author(given, family, email = NULL, github = NULL, orcid = NULL)

Arguments

given

The given name

family

The family name

email

The email address

github

The github handle

orcid

The orcid id

Examples

def_author(
  given = "Bob",
  family = "Dylan",
  email = "bob@dylan.com",
  github = "bobdylan",
  orcid = "0000-0003-1234-5678"
)


dynverse/dynwrap documentation built on July 30, 2023, 3:34 p.m.