Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonthegeek/zoomer

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

Last synced: 10 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

You can install the released version of zoomer from [CRAN](https://CRAN.R-project.org) with:

``` r
# No you can't.
# install.packages("zoomer")
```

And the development version from [GitHub](https://github.com/) with:

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