Description Usage Arguments Details See Also Examples
Write a report object to a text file.
1 | write.report(rep, file, nchar = 23)
|
rep |
a |
file |
a filename to write to. |
nchar |
maximum number of characters in error messages. |
When displaying a report
object, error messages from filenames that
failed to import are truncated to 23 characters by default. This makes the
report easy to read from the console or a text file. To show full error
messages, pass a large value, such as nchar = 999
.
report
reports which files were successfully imported.
writeLines
is the underlying function used to write the file.
gfcmSTAR-package
gives an overview of the package.
1 2 3 4 5 | ## Not run:
rep <- report(cluster, cluster.ok, qc.vector)
write.report(rep, "report.txt")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.