View source: R/read_archival.r
read_archival | R Documentation |
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.
read_archival(etuff_file, header = TRUE, metaTypes = NULL)
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. |
an etuff_archival object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.