Learn R Programming

ROptimizely (version 0.2.0)

GetExperimentList: Query Optimizely to list experiments in projects

Description

GetExperimentList extracts the experiments and summary information in a list of projects

Usage

GetExperimentList(project.list)

Arguments

project.list
List of project identifiers

Value

data frame of all experiments in list of projects provided

See Also

GetExperimentInfo

Examples

Run this code
## Not run: 
# # list experiments in a project
# #
# experiment.list<-GetExperimentList( c('1234567','7654321') )
# ## End(Not run)

Run the code above in your browser using DataLab