View source: R/check_analysis_result.R
check_analysis_result | R Documentation |
read_analysis_results
is valid.Checks whether the analysis results read by read_analysis_results
is valid.
check_analysis_result(analysis_result)
analysis_result |
A list containing ouput from the run_analysis script.
The list can be checked with |
nothing
Joshua W. Lambert
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.