Learn R Programming

ROptimizely (version 0.2.0)

GetProjectList: Query Optimizely API to list projects in an account

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

GetProjectList()

Arguments

Value

data frame containing the response from Optimizely API

See Also

GetProjectInfo

Examples

Run this code
## Not run: 
#  # use set_token(Token) to assign your API token
# project.df <- GetProjectList()
# ## End(Not run)

Run the code above in your browser using DataLab