cardioception.reports.report#
- cardioception.reports.report(result_path: PathLike, report_path: Optional[PathLike] = None, task: str = 'HRD')[source]#
From the results folders, create HTML reports of behavioural and physiological data.
- Parameters
- resultPathPathLike
Path variable. Where the results are stored (one participant only).
- reportPathPathLike, optional
Where the HTML report should be saved. If None, default will be in the provided resultPath.
- taskstr, optional
The task (“HRD” or “HBC”), by default “HRD”.