check_analysis_result: Checks whether the analysis results read by...

View source: R/check_analysis_result.R

check_analysis_resultR Documentation

Checks whether the analysis results read by read_analysis_results is valid.

Description

Checks whether the analysis results read by read_analysis_results is valid.

Usage

check_analysis_result(analysis_result)

Arguments

analysis_result

A list containing ouput from the run_analysis script. The list can be checked with check_analysis_result

Value

nothing

Author(s)

Joshua W. Lambert

Examples

## Not run: 
analysis_results <- DAISIEmainland::read_analysis_results(
  file.path("tests", "testthat", "testdata")
)
analysis_result <- analysis_results[[1]]
check_analysis_result(analysis_result)

## End(Not run)

joshwlambert/DAISIEmainland documentation built on July 14, 2024, 5:40 p.m.