docSetCheck: docSetCheck()

Description Usage Arguments

Description

This function accepts a filename and: a) Checks for a complete document set. b) Checks for orphaned names and duplicates. c) Checks for a few other problems (like badly formed metadata categories) d) Returns a summary as a list

Usage

1
2
3
docSetCheck(filename, return.result = FALSE, local = FALSE,
  write.summary = TRUE, write.txtDisambig = TRUE,
  update.master = TRUE)

Arguments

filename

Character string, i.e. "Crusoe"

return.result

Logical. If TRUE, returns a list summary of results.

local

If FALSE (default), downloads from Google Drive and saves to folder.

write.summary

Logical. If TRUE, writes summary in filename/filename-docSetCheck.txt.

write.txtDisambig

Logical. Passed to txtDisambig(). If TRUE, writes detailed report at filename/filename-txtDisambig.txt.

update.master

Logical. If TRUE looks for Results/docSetCheck.csv, and updates the relevant line.


seanrsilver/novnet documentation built on June 19, 2019, 12:44 a.m.