Description Usage Arguments Value See Also
Download a file from the run record. You can download any file that
was uploaded to the run record via upload_files_to_run()
or
upload_folder_to_run()
, or any file that was written out to
the ./outputs
or ./logs
folders during a run.
You can see what files are available to download from the run record
by calling get_run_file_names()
.
1 | download_file_from_run(run, name, output_file_path = NULL)
|
run |
The |
name |
A string of the name of the artifact to be downloaded. |
output_file_path |
A string of the local path where to download the artifact to. |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.