Skip to contents

Saves analysis object to the file location specified by file.

Usage

bpt_save_analysis(analysis, file)

Arguments

analysis

Analysis object from bpt_analyse().

file

File path to save analysis object to (file extension added automatically).

Examples

if (FALSE) { # \dontrun{
bpt_save_analysis(analysis, "output/analysis")
} # }