getExperiments.Rd
Retrieves the list of experiments to which you have access.
getExperiments(params = list())
if (FALSE) { # \dontrun{
# List all accessible experiments
getExperiments()
# List the names of the first five experiments
getExperiments(params = list("limit" = "5", "fields" = "+name"))
} # }