GetExperimentInfo: Experiment information

Description Usage Arguments Value See Also Examples

Description

Query Optimizely to read metadata information for a single experiment

Usage

1
GetExperimentInfo(experiment.id)

Arguments

experiment.id

valid experiment identifier

Value

data frame of metadata information for an experiment

See Also

GetExperimentList

Examples

1
2
3
4
5
6
## Not run: 
experiment.info <- GetExperimentInfo('1234545')
#use this to extract information on a list of experiments
do.call(rbind, lapply(c(1231231,14335333'), GetExperimentInfo))

## End(Not run)

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