Description Usage Arguments Details Value Examples
View source: R/kf_write_output.R
Writes content to a Kubeflow provided path for output.
1 | kf_write_output(contents, outfile)
|
contents |
R object to save. |
outfile |
File provided by Kubeflow |
Defaults to readr::write_file()
, but uses jsonlite::write_json()
or readr::write_csv()
for appropriate classes.
outfile
1 2 3 | predictions_table_name <- "model_predictions"
mock_path <- tempfile()
kf_write_output(predictions_table_name, mock_path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.