paxos_list_profiles | R Documentation |
paxos_list_profiles
paxos_list_profiles(client_id, client_secret, timeout_seconds = 60)
client_id |
the client id you generated when you created your API key |
client_secret |
the client secret you generated when you created your API key |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns a dataframe containing all user profiles
## Not run:
client_id <- "..."
client_secret <- "..."
profiles <- paxos_list_profiles(client_id, client_secret)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.