Learn R Programming

ROptimizely (version 0.2.0)

GetExperimentResults: Extract results of an experiment

Description

Query Optimizely API to extract top-level results experiment. Results returned are computed by Optimizely Stats Engine. Metrics for each experiment are listed for every combination of variations and goals defined for that experiment.

Usage

GetExperimentResults(experiment.list)

Arguments

experiment.list
list of experiment identifier.

Value

data frame with experiments results. A data frame representing every combination of variations and goals that have been defined for each experiment in list. For example, if there are three variations and two goals defined for an experiment, the response will contain six rows representing each variation_id and goal_id combination.

See Also

GetResults

Examples

Run this code
## Not run: 
# # Extract results
# # Assign token before getting results
# set_token('abcdefghihjklmnopqrs:54321')
# results.df<-GetExperimentResults(c('123123','1234567'))
# ## End(Not run)

Run the code above in your browser using DataLab