read_results {pharmr} | R Documentation |
read_results
Description
Read results object from file
Usage
read_results(path)
Arguments
path |
(str) Path to results file |
Value
(Results) Results object for tool
See Also
create_results
Examples
## Not run:
res <- read_results("results$json")
## End(Not run)
[Package pharmr version 1.0.1 Index]