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
{{ message }}
This repository has been archived by the owner on May 10, 2022. It is now read-only.
Only contains interaction with the bibliographic API for now.
## Installation
```{r eval=FALSE}
remotes::install_github("ropensci/hathi")
```
```{r}
library("hathi")
```
## Usage
```{r}
hathi_bib(oclc=424023)
```
## Meta
* Please [report any issues or bugs](https://github.com/ropensci/hathi/issues).
* License: MIT
* Get citation information for `hathi` in R doing `citation(package = 'hathi')`
* 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.