A parameter which will always be assigned a specified value.
1 2 | ConstantParameter(name, value, id = NULL, optional = FALSE,
include_in_default = TRUE)
|
name |
Human-readable name for the parameter, must match argument of scoring function |
value |
Can be string, numeric or boolean |
id |
(optional) Unique id for parameter (no spaces allowed) |
optional |
(optional) Whether the parameter can be omitted in a Configuration |
include_in_default |
(optional) Whether an optional parameter will be included in the default Configuration |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.