Learn R Programming

pharmr (version 0.96.0)

create_results: create_results

Description

Create/recalculate results object given path to run directory

Usage

create_results(path, ...)

Value

(Results) Results object for tool

Arguments

path

(str) Path to run directory

...

Arguments to pass to tool specific create results function

See Also

read_results

Examples

Run this code
if (FALSE) {
res <- create_results("frem_dir1")
}

Run the code above in your browser using DataLab