GetExperimentList: Query Optimizely to list experiments in projects

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
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

1
2
3
4
5
6
## Not run: 
# list experiments in a project
#
experiment.list<-GetExperimentList( c('1234567','7654321') )

## End(Not run)

kanaku/ROptimizely documentation built on May 20, 2019, 7:19 a.m.