Skip to contents

Loads analysis object from file path where it has been saved.

Usage

bpt_load_analysis(file)

Arguments

file

Path to file where analysis object is saved (excluding file extension).

Value

An smb_analysis object.

Examples

if (FALSE) { # \dontrun{
bpt_load_analysis("file_path/analysis")
} # }