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

calendlyR

calendlyR is an API client for interacting with the Calendly API.

Installation

Install the development version!

remotes::install_github("bill-ash/calendlyR")

Example

#library(calendlyR)
## basic example code


bill-ash/calendlyR documentation built on Aug. 30, 2020, 12:02 a.m.