Description Usage Arguments Value Examples
Define a fixed parameter
1 | param.fixed(value)
|
value |
The value of the parameter, always. |
An object of type 'param.fixed'
1 2 3 | param.fixed(5)
# can be a complicated value
param.fixed(list(a=1, b=2, c=4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.