View source: R/edan_metadata_search.R
| edan_metadata_search | R Documentation | 
Returns structured data rows about the piece of content addressed.
edan_metadata_search(
  query = "*:*",
  fqs = NA,
  AppID = NA,
  AppKey = NA,
  rows = 10,
  start = 0,
  returnjson = FALSE
)
query | 
 The search term. Default value: *:*  | 
fqs | 
 A JSON array of filter query params  | 
AppID | 
 AppID used for authentication  | 
AppKey | 
 Key for the AppID used for authentication  | 
rows | 
 Number of rows to return, max is 100.  | 
start | 
 Start number, to use with rows  | 
returnjson | 
 Boolean to return the answer as JSON, otherwise as a list.  | 
All queries require valid EDAN credentials (AppID and AppKey). Consult the EDAN Docs (https://edandoc.si.edu/) for instructions on how to obtain a set of credentials.
List or JSON with the results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.