Description Usage Arguments Value
This just wraps addFile
so that a data frame of arguments can
be provided; addFile
will be called iteratively with each one. The
vector of check results from each addFile
call is compressed with
checkSummary
into a single string, merging the result from all
attempted addFile
operations into a character vector with one element
for each file
in the provided data frame (named with the file
name) and a value string indicating success (empty) or describing failure.
If a failure occurs with any file, a warning is given specifying the
number of files with problems.
1 |
df |
A data frame of arguments to use in a call to |
A character vector of problems, one element (named) for each
file
in the input data frame. The value of the element is an empty
string if the file was copied and verified to be copied without error, a
missing value if the status of the copy is unknown, and a string describing
the error if anything else went wrong.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.