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_type | Analysis type |
| |
analysis_status | Analysis status |
| |
analysis_version | Analysis version |
| |
plot_type | Plot type |
| |
plot_title | Plot title |
and response_status_code
, the http response code for the API response