arrange_records: Arrange all records in a tidyged object

View source: R/utils.R

arrange_recordsR Documentation

Arrange all records in a tidyged object

Description

This function groups together all records of a particular type and puts them in a specific order. This rearrangement makes no functional difference to the file, it just makes it more organised.

Usage

arrange_records(tg, order = "IFMSRN")

Arguments

tg

A tidyged object.

order

A character string indicating the desired order of records. The letters indicate (I)ndividual, (F)amily Group, (M)ultimedia, (S)ource, (R)epository, (N)ote.

Value

An arranged tidyged object.


jl5000/tidyged.utils documentation built on June 26, 2022, 4:40 p.m.