athvedt/theMetR: Provides Easy Access to the Metropolitan Museum's Open Access API

theMetR is an R wrapper for the Metropolitan Museum's API. This package includes multiple functions that will help you explore the Met's Open Access Database. The Met API is simple, which means it is fairly straightforward to interact with but this also makes it difficult to gather larger amounts of data at once. The Met API allows a user to search for objects that match its search criteria, but returns no other information other than the number of objects and their objectIDs. Gathering data on the objects in the search requires another query and must be done for individually for each object. This package addresses these issues, making it simple for the user to download the data they want. Below, you will find a few examples of what this package can do.

Getting started

Package details

AuthorAndrew Thvedt
MaintainerAndrew Thvedt <a.thvedt@columbia.edu>
LicenseMIT + file LICENSE
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("athvedt/theMetR")
athvedt/theMetR documentation built on May 31, 2020, 11:08 p.m.