knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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")
This is not done yet :):
key=Sys.getenv("CO_API") flow="cf701519-8109-4626-ba0c-2dd9c515ce64"
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.