Learn R Programming

bivarhr (version 0.1.5)

export_results_xlsx: Export Results to Excel

Description

Internal function to export results to an xlsx file.

Usage

export_results_xlsx(results, output_path, verbose = TRUE)

export_results_xlsx(results, output_path, verbose = TRUE)

Value

Invisible path to created file.

Invisible path to created file.

Arguments

results

Named list containing analysis results.

output_path

Full path for the output xlsx file.

verbose

Logical; if TRUE, print progress messages.