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
- Host: GitHub
- URL: https://github.com/jonthegeek/zoomer
- Owner: jonthegeek
- License: other
- Created: 2020-11-21T16:11:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T12:37:23.000Z (2 months ago)
- Last Synced: 2025-03-24T12:55:40.386Z (21 days ago)
- Language: R
- Homepage: https://jonthegeek.github.io/zoomer/
- Size: 1.74 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jonthegeek/zoomer - Zoom API in R (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# zoomer
[](https://github.com/jonthegeek/zoomer/actions)
[](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")
```
:::