Learn R Programming

forestr (version 2.0.2)

write_summary_matrix_to_csv: Writes csc metrics and output variables to .csv

Description

write_summary_matrix_to_csv writes summary matrix to .csv format

Usage

write_summary_matrix_to_csv(m, outputname, output_directory)

Arguments

m

summary matrix

outputname

name of file currently being processed

output_directory

directory where output goes

Details

This is a specific subfunction that writes the summary matrix to disk in .csv format and runs within the functions process_pcl, process_multi_pcl, and proces_tls.

See Also

write_pcl_to_csv write_hit_matrix_to_csv

Examples

Run this code
# NOT RUN {
write_summary_matrix_to_csv()
# }

Run the code above in your browser using DataLab