Learn R Programming

pharmr (version 1.4.0)

create_context: create_context

Description

Create a new context

Currently a local filesystem context (i.e. a directory)

Usage

create_context(name, path = NULL)

Arguments

name

(str) Name of the context

path

(str (optional)) Path to where to put the context

Examples

Run this code
if (FALSE) {
ctx <- create_context("myproject")
}

Run the code above in your browser using DataLab