getExperiments: Get experiments

View source: R/getExperiments.R

getExperimentsR Documentation

Get experiments

Description

Retrieves the list of experiments to which you have access.

Usage

getExperiments(params = list())

Arguments

params

Optional query parameters.

Examples

## Not run: 
# List all accessible experiments
getExperiments()

# List the names of the first five experiments
getExperiments(params = list("limit" = "5", "fields" = "+name"))

## End(Not run)

primitybio/controlflow-rtk documentation built on Oct. 18, 2024, 10:04 p.m.