Skip to contents

Fetches the details for a given plot in Pluto

Usage

pluto_get_plot(experiment_id, plot_id, silent = FALSE)

Arguments

experiment_id

Pluto experiment ID

plot_id

Pluto uuid for a plot

silent

Boolean, whether to suppress console messages

Value

A list containing plot_details, a list of information about the analysis and plot:

analysis_typeAnalysis type
analysis_statusAnalysis status
analysis_versionAnalysis version
plot_typePlot type
plot_titlePlot title

and response_status_code, the http response code for the API response