View source: R/read_analysis_results.R
read_analysis_results | R Documentation |
data_folder_path
.Reads all the the results from a directory, with path is specified in
data_folder_path
.
read_analysis_results(data_folder_path)
data_folder_path |
String specifying the directory the data is read from |
A list of results
## Not run:
results <- DAISIEmainland::read_analysis_results(
file.path("tests", "testthat", "testdata")
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.