subm: Define a Submitter record for a new tidyged object

View source: R/create.R

submR Documentation

Define a Submitter record for a new tidyged object

Description

Define a Submitter record for a new tidyged object

Usage

subm(
  name = unname(Sys.info()["user"]),
  subm_address = address(),
  subm_notes = character()
)

Arguments

name

The name of the submitter.

subm_address

An address() object containing the submitter address.

subm_notes

A character vector of notes accompanying this Submitter record.

Details

This function is supposed to be used in the gedcom() function to define a new tidyged object.

This submitter record identifies the individual or organization that contributed information contained in the GEDCOM file.

This function deviates from the specification slightly by omitting multimedia links. The logic for this is that if the file is just being created, then there will be no multimedia records to link to.

Value

A Submitter record to be incorporated into a new tidyged object.


jl5000/tidygedcom documentation built on June 22, 2022, 5:16 p.m.