Description Usage Arguments Details Author(s)
this function builds a Kubeflow Pipelines component from an R function. Note that any packages required by the function, should be added into the
1 | component_from_function(func, base_image, component_output_file = NULL)
|
func |
an R function |
base_image |
a base image to use for the component |
component_output_file |
an optional argument to save the component to a YAML file |
Components are built up of inputs and outputs which are used as argumens to an implementation of a container.
Joe Peskett
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.