Skip to content

Query the Smithsonian's Enterprise Digital Asset Network (EDAN) from R. Digitization Program Office, OCIO

License

Notifications You must be signed in to change notification settings

Smithsonian/EDANr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDANr

A package to query Smithsonian's Enterprise Digital Asset Network (EDAN) API from R.

All queries require valid EDAN credentials (AppID and AppKey). Consult the EDAN Docs for instructions on how to obtain a set of credentials.

To install from Github:

#Install devtools, if needed
install.packages("devtools")

#Install package from Github, with vignettes
library(devtools)
install_github("Smithsonian/EDANr", build_vignettes = TRUE)

EDANr requires the packages httr, uuid, stringr, jsonlite, digest, and openssl. These should be installed automatically when using install_github("Smithsonian/EDANr"). To install these manually:

install.packages(c("httr", "uuid", "stringr", "jsonlite", "digest", "openssl"))

Check the wiki for some examples.

Feel free to make request or suggestions by opening an issue.

About

Query the Smithsonian's Enterprise Digital Asset Network (EDAN) from R. Digitization Program Office, OCIO

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages