Learn R Programming

ROptimizely (version 0.2.0)

GetProjectInfo: Get project information

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

GetProjectInfo(project.id)

Arguments

project.id
valid project identifier

Value

data frame of metadata for a single project

See Also

GetProjectList

Examples

Run this code
## Not run: 
# project.info <- GetProjectInfo('1234545')
# ## End(Not run)

Run the code above in your browser using DataLab