View source: R/functions_wrapper.R
create_context | R Documentation |
Create a new context
Currently a local filesystem context (i.e. a directory)
create_context(name, path = NULL)
name |
(str) Name of the context |
path |
(str (optional)) Path to where to put the context |
## Not run:
ctx <- create_context("myproject")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.