Skip to contents

Creates a new external plot in a Pluto experiment with optional display, results, and script files

Usage

pluto_create_external_plot(
  experiment_id,
  analysis_name,
  analysis_methods = NULL,
  display_file_path = NULL,
  results_file_path = NULL,
  script_file_path = NULL
)

Arguments

experiment_id

Pluto experiment ID

analysis_name

Name for the plot

analysis_methods

Optional, text methods describing the plot

display_file_path

Optional, path to the display file to upload

results_file_path

Optional, path to the results file to upload

script_file_path

Optional, path to the script file to upload

Value

API response for the created plot object