Learn R Programming

pharmr (version 1.4.0)

read_results: read_results

Description

Read results object from file

Usage

read_results(path)

Value

(Results) Results object for tool

Arguments

path

(str) Path to results file

See Also

create_results

Examples

Run this code
if (FALSE) {
res <- read_results("results$json")
}

Run the code above in your browser using DataLab