README.md

cclapi

The goal of cclapi is to make downloading results from Community Connect Labs API easier …

Installation

You can install the released version of cclapi with:

devtools::install_github("kianwazzu/cclapi")

Example

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 |



kianwazzu/cclapi documentation built on May 31, 2024, 12:30 p.m.