Ecosyste.ms: Awesome
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: 10 days ago
JSON representation
Zoom API in R
- Host: GitHub
- URL: https://github.com/jonthegeek/zoomer
- Owner: jonthegeek
- License: other
- Created: 2020-11-21T16:11:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T17:52:43.000Z (12 months ago)
- Last Synced: 2024-05-01T18:01:03.938Z (6 months ago)
- Language: R
- Homepage: https://jonthegeek.github.io/zoomer/
- Size: 612 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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")
```