Updates an existing external plot in a Pluto experiment with optional name, methods, display, results, and script files
Usage
pluto_update_external_plot(
experiment_id,
plot_id,
name = NULL,
methods = NULL,
display_file_path = NULL,
results_file_path = NULL,
script_file_path = NULL,
analysis_name = NULL,
plot_methods = NULL
)
Arguments
- experiment_id
Pluto experiment ID
- plot_id
Pluto plot UUID
- name
Optional, new name for the plot (can also use analysis_name for backward compatibility)
- methods
Optional, text methods describing the plot (can also use plot_methods for backward compatibility)
- display_file_path
Optional, path to the new display file to upload
- results_file_path
Optional, path to the new results file to upload
- script_file_path
Optional, path to the new script file to upload
- analysis_name
Optional, new name for the plot
- plot_methods
Optional, text methods describing the plot