create_context
Create a new context
Currently a local filesystem context (i.e. a directory)
create_context(name, path = NULL)
name
: (str) Name of the contextpath
: (str (optional)) Path to where to put the context## Not run: ctx <- create_context("myproject") ## End(Not run)