View source: R/workflow_pipeline.R
interpolate | R Documentation |
Replaces Parameter values in a list of nested Dict[str, Any] with their workflow expression.
interpolate( request_obj, callback_output_to_step_map, lambda_output_to_step_map )
request_obj |
(RequestType): The request dict. |
callback_output_to_step_map |
(list[str, str]): A dict of output name -> step name. |
lambda_output_to_step_map |
(list[str, str]): Placeholder |
RequestType: The request dict with Parameter values replaced by their expression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.