receptiviti_frameworks {receptiviti} | R Documentation |
List Available Frameworks
Description
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 |
Value
A character vector containing the names of frameworks available to your account.
Examples
## Not run:
# see which frameworks are available to your account
frameworks <- receptiviti_frameworks()
## End(Not run)
[Package receptiviti version 0.2.0 Index]