knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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

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)


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