Skip to contents

Extracts results relevant to Tier 3 analyses.

Usage

get_tier3_res(proj_file)

Arguments

proj_file

A file path to the projection file.

Value

A list or vector of results relevant to Tier 3 analyses.

Examples

if (FALSE) { # \dontrun{
proj_file_path <- "path/to/proj.csv"
tier3_results <- get_tier3_res(proj_file_path)
} # }