Using 'locked' (or its alias, 'immutable') together with 'typed' package implementation of assignment operator allows you to lock variable binding in simplier, more straighforward way (in one function call, without additional 'lockBinding' function calls).
1 2 3 | locked(x) <- value
immutable(x) <- value
|
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.