Description Usage Arguments Details Examples
Function to create new environments
env.new
1 2 3  | 
env_name | 
 String, the name of the new environment.  | 
Works much like calling new.env() but allows passing a string
argument to assign to the environment namespace. Useful within function calls
where a new env can be used to mask operations and send outputs early to
outside functions while the intended function completes its steps.
1  | env.new('.hidden')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.