You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.repostatus.org/#active)
`jaod` - R client for [Directory of Open Access Journals API](https://doaj.org/api/v2/docs)
DOAJ API FAQ: <https://doaj.org/docs/faq/#apikey>
get started with the package docs: <https://docs.ropensci.org/jaod/>
## installation
stable CRAN version
```{r eval=FALSE}
install.packages("jaod")
```
development version
```{r eval=FALSE}
remotes::install_github("ropensci/jaod")
```
```{r}
library("jaod")
```
## Meta
* Please [report any issues or bugs](https://github.com/ropensci/jaod/issues).
* License: MIT
* Get citation information for `jaod` in R doing `citation(package = jaod')`
* Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms.