An open API service indexing awesome lists of open source software.

https://github.com/jonthegeek/zoomer

Zoom API in R
https://github.com/jonthegeek/zoomer

Last synced: 4 days ago
JSON representation

Zoom API in R

Awesome Lists containing this project

README

        

---
output: github_document
---

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

# zoomer

[![R-CMD-check](https://github.com/jonthegeek/zoomer/workflows/R-CMD-check/badge.svg)](https://github.com/jonthegeek/zoomer/actions)
[![Codecov test coverage](https://codecov.io/gh/jonthegeek/zoomer/branch/main/graph/badge.svg)](https://codecov.io/gh/jonthegeek/zoomer?branch=main)

The goal of zoomer is to make it easy to interact with the Zoom API from R.

## Installation

::: {.pkgdown-release}
Install the released version of zoomer from [CRAN](https://cran.r-project.org/):

``` r
# Not yet!
install.packages("zoomer")
```
:::

::: {.pkgdown-devel}
Install the development version of zoomer from [GitHub](https://github.com/):

``` r
# install.packages("pak")
pak::pak("jonthegeek/zoomer")
```
:::