Skip to contents

Fetches the results for a given experiment plot in Pluto

Usage

pluto_get_results(experiment_id, plot_id, limit = 1e+05, silent = FALSE)

Arguments

experiment_id

Pluto experiment ID

plot_id

Pluto uuid for a plot

limit

Max number of rows to return, default 100k

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