Skip to contents

Convenience wrapper that runs each of the analysis surfaces and optionally writes a .txt dump (and .json payload if jsonlite is available) per result. Failures are captured per-analysis: one bad surface does not stop the rest.

Usage

morie_siu_all_analyses(data = NULL, out_dir = NULL)

Arguments

data

Either a data frame (e.g. the output of morie_fetch_siu() read in) or a path to SIU_by_case.csv. NULL (the default) looks in file.path(tempdir(), "morie", "siu", "SIU_by_case.csv").

out_dir

Optional directory; if non-NULL, each result is written as siu_analysis_<name>.txt.

Value

A named list of morie_rich_result objects.