create_context: create_context

View source: R/functions_wrapper.R

create_contextR Documentation

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

## Not run: 
ctx <- create_context("myproject")

## End(Not run)


pharmpy/pharmr documentation built on Feb. 15, 2025, 3:22 a.m.