GetProjectInfo: Get project information

Description Usage Arguments Value See Also Examples

Description

Query Optimizely API to read a project. A project is a collection of experiments, goals and audiences. A javascript file associated with each project is included.

Usage

1
GetProjectInfo(project.id)

Arguments

project.id

valid project identifier

Value

data frame of metadata for a single project

See Also

GetProjectList

Examples

1
2
3
4
## Not run: 
project.info <- GetProjectInfo('1234545')

## End(Not run)

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