Learn R Programming

pharmr (version 2.2.0)

open_context: 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

Run this code
if (FALSE) {
ctx <- open_context("myrun")
}

Run the code above in your browser using DataLab