GetProjectList: Query Optimizely API to list projects in an account

Description Usage Value See Also Examples

View source: R/GetProjectList.R

Description

GetProjectList Returns a data frame of projects listed in account authorized by the token Obtain API token from https://app.optimizely.com/tokens

Usage

1

Value

data frame containing the response from Optimizely API

See Also

GetProjectInfo

Examples

1
2
3
4
5
## Not run: 
 # use set_token(Token) to assign your API token
project.df <- GetProjectList()

## End(Not run)

ROptimizely documentation built on May 1, 2019, 7:35 p.m.