Skip to contents

Retrieve the list of frameworks available to your account.

Usage

receptiviti_frameworks(url = Sys.getenv("RECEPTIVITI_URL"),
  key = Sys.getenv("RECEPTIVITI_KEY"),
  secret = Sys.getenv("RECEPTIVITI_SECRET"))

Arguments

url, key, secret

Request arguments; same as those in receptiviti.

Value

A character vector containing the names of frameworks available to your account.

Examples

if (FALSE) { # \dontrun{

# see which frameworks are available to your account
frameworks <- receptiviti_frameworks()
} # }