read_archival: Read an archival tag stored as eTUFF

View source: R/read_archival.r

read_archivalR Documentation

Read an archival tag stored as eTUFF

Description

Read an archival tag stored as eTUFF. This only differs from read_etuff in that it cuts some corners in an attempt to read such a large file faster.

Usage

read_archival(etuff_file, header = TRUE, metaTypes = NULL)

Arguments

etuff_file

is an etuff text file

header

is logical indicating whether or not the target etuff_file has a header. This will nearly always be TRUE (default).

metaTypes

is a dataframe that describes the appropriate inventory of metadata vocabulary. Default is NULL in which this table is read from Github.

Value

an etuff_archival object


camrinbraun/tags2etuff documentation built on Feb. 24, 2025, 1:36 a.m.