post_flow | R Documentation |
This function runs a POST request for the whole length of a given url and flow. CCL is rate-limited to 2000 results, so this function will continue to make requests until the next link is null
post_flow(url, body, key, sum = TRUE)
url |
website url with endpoint |
body |
a POST Body |
key |
an API token |
sum |
TRUE/FALSE If results should be summed up |
a Dataframe
#NOT RUN, API token needed post_flow("https://app.communityconnectlabs.com/api/v2/flow_variable_report.json",
#body = list(flow=5,variables=list(var1 =list(format="category"),var2=list(format="category"))), sum = TRUE, key=myAPIkey)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.