Description Usage Arguments Value Examples
get/set the input parameter replaced by the output of the previous model in
a model sequence. Default is "data" which passes the output as the data input
for methods such as model_train
and model_apply
.
1 2 3 |
M |
a model object |
value |
name of an output for this model |
seq_in
returns the name of the input parameter replaced when used in a model sequence
seq_in<-
sets the name of the input parameter replaced when used in a model sequence
1 2 3 | M = example_model()
seq_in(M)
seq_in(M) = 'value_1'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.