edan_metadata_suggestions: Get Suggestions

View source: R/edan_metadata_suggestions.R

edan_metadata_suggestionsR Documentation

Get Suggestions

Description

Returns suggested content for a given search term.

Usage

edan_metadata_suggestions(
  suggest = "*:*",
  AppID = NA,
  AppKey = NA,
  returnjson = FALSE
)

Arguments

suggest

The search term. Default value: *:*

AppID

AppID used for authentication

AppKey

Key for the AppID used for authentication

returnjson

Boolean to return the answer as JSON, otherwise as a list.

Details

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.

Value

List or JSON with the results.


Smithsonian/EDANr documentation built on Dec. 11, 2023, 2:18 a.m.