Nothing
Tasks are building blocks that allow to specify what a model should "do". Like other model building blocks, they can be combined using the +
operator.
However, they should not be added to a model but rather provided via the tasks=
argument to the render function, e.g.,
render(m, tasks = tsk_estimation() + tsk_output_xpose4())
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.