read_analysis_results: Reads all the the results from a directory, with path is...

View source: R/read_analysis_results.R

read_analysis_resultsR Documentation

Reads all the the results from a directory, with path is specified in data_folder_path.

Description

Reads all the the results from a directory, with path is specified in data_folder_path.

Usage

read_analysis_results(data_folder_path)

Arguments

data_folder_path

String specifying the directory the data is read from

Value

A list of results

Examples

## Not run: 
results <- DAISIEmainland::read_analysis_results(
  file.path("tests", "testthat", "testdata")
)

## End(Not run)

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