The OpenSeaR package contains datasets and functions to use in conjunction with the OpenSea API.
Install development version from GitHub:
# If you haven't installed remotes yet, do so:
# install.packages("remotes")
remotes::install_github("rwu08/opensear")
library(opensear)
#Returns dataset with 85 assets from the collection Mutant Ape Yacht Club.
View(mayc_assets)