write.report: Write Report

Description Usage Arguments Details See Also Examples

View source: R/write.report.R

Description

Write a report object to a text file.

Usage

1

Arguments

rep

a report object.

file

a filename to write to.

nchar

maximum number of characters in error messages.

Details

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.

See Also

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.

Examples

1
2
3
4
5
## Not run: 
rep <- report(cluster, cluster.ok, qc.vector)
write.report(rep, "report.txt")

## End(Not run)

gfcm/gfcmSTAR documentation built on Feb. 5, 2022, 2:14 p.m.