open_context {pharmr} | R Documentation |
open_context
Description
Open a context from a tool run
Usage
open_context(name, ref = NULL)
Arguments
name |
(str) Name of the context |
ref |
(str (optional)) Parent path of the context |
Examples
## Not run:
ctx <- open_context("myrun")
## End(Not run)
[Package pharmr version 1.7.2 Index]