Skip to contents

After load_analyses(), returns the per-analysis file manifests (resolved paths and whether each existed) recorded during loading.

Usage

analysis_files(cohort)

Arguments

cohort

A Cohort produced by load_analyses().

Value

A named list of tibbles, one per loaded analysis. Each has the unit keys, path, and exists. When the cohort has not been loaded, an empty tibble with columns path and exists.

See also

Examples

analysis_files(example_cohort)
#> # A tibble: 0 × 2
#> # ℹ 2 variables: path <chr>, exists <lgl>