Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sckott/musemeta
R Client for scraping museum metadata
https://github.com/sckott/musemeta
metadata museum museum-metadata r r-package rstats
Last synced: 18 days ago
JSON representation
R Client for scraping museum metadata
- Host: GitHub
- URL: https://github.com/sckott/musemeta
- Owner: sckott
- License: other
- Created: 2014-11-11T16:18:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T22:42:12.000Z (about 4 years ago)
- Last Synced: 2024-10-09T15:48:27.304Z (29 days ago)
- Topics: metadata, museum, museum-metadata, r, r-package, rstats
- Language: R
- Homepage: https://sckott.github.io/musemeta
- Size: 365 KB
- Stars: 24
- Watchers: 7
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
musemeta
=======```{r echo=FALSE}
knitr::opts_chunk$set(eval = FALSE)
```[![R-check](https://github.com/sckott/musemeta/workflows/R-check/badge.svg)](https://github.com/sckott/musemeta/actions/)
[![codecov](https://codecov.io/gh/sckott/musemeta/branch/master/graph/badge.svg)](https://codecov.io/gh/sckott/musemeta)**R client for museum metadata**
Currently `musemeta` can get data from:
* The [Canadian Science & Technology Museum Corporation](http://techno-science.ca/en/index.php) (CSTMC) (see functions `cstmc_()`)
* The [Getty Museum](http://www.getty.edu/) (see function `getty()`)
* The [Art Institute of Chicago](http://www.artic.edu/) (see function `aic()`)
* The [Asian Art Museum of San Francisco](http://www.asianart.org/) (see function `aam()`)Other sources of museum metadata will be added...check back later & see [issues](https://github.com/sckott/musemeta/issues).
## Install
```{r}
remotes::install_github("sckott/musemeta")
``````{r}
library("musemeta")
```## Meta
* Please [report any issues or bugs](https://github.com/sckott/musemeta/issues).
* License: MIT
* Get citation information for `musemeta` in R doing `citation(package = 'musemeta')`## Code of Conduct
Please note that the musemeta project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.