R-CMD-check

Overview

The OpenSeaR package contains datasets and functions to use in conjunction with the OpenSea API.

Installation

Install development version from GitHub:

# If you haven't installed remotes yet, do so:
# install.packages("remotes")
remotes::install_github("rwu08/opensear")

Basic usage

library(opensear)
#Returns dataset with 85 assets from the collection Mutant Ape Yacht Club. 
View(mayc_assets)