The goal of cclapi is to make downloading results from Community Connect Labs API easier …
You can install the released version of cclapi with:
devtools::install_github("kianwazzu/cclapi")
library(cclapi)
library(dplyr)
library(knitr) #for displaying results
api_results <- get_flow(flow = flow,url = "https://app.communityconnectlabs.com/api/v2/contacts_report.json?flow=",key=key)
kable(api_results)
| total_unique_contacts | flow | |------------------------:|:-------------------------------------| | 101412 | cf701519-8109-4626-ba0c-2dd9c515ce64 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.