add_sour_repo_citation: Add a source repository citation to a Source record

View source: R/source.R

add_sour_repo_citationR Documentation

Add a source repository citation to a Source record

Description

This structure is used within a source record to point to a name and address record of the holder of the source document.

Usage

add_sour_repo_citation(
  gedcom,
  repository,
  call_number = character(),
  xref = character(),
  update_date_changed = TRUE
)

Arguments

gedcom

A tidyged object.

repository

A character string identifying the repository xref.

call_number

An identification or reference description used to file and retrieve items from the holdings of a repository.

xref

The xref of a record to act on if one is not activated (will override active record).

update_date_changed

Whether to add/update the change date for the record.

Value

An updated tidyged object with an expanded Source record including this repository citation.


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