dvn (version 0.3.5)

dvSearchFields: Lookup available search fields

Description

Lookup names and descriptions of search fields available via the API

Usage

dvSearchFields(dv = getOption('dvn'), browser = FALSE, ...)

Arguments

dv
An optional character string specifying the Dataverse to query. Default is the Harvard IQSS Dataverse.
browser
A logical specifying whether the query should be executed in a web browser. Default is FALSE.
...
Optionally, additional arguments passed to getURL via dvQuery.

Value

dvSearch for the target dataverse.

See Also

dvSearch

Examples

Run this code
## Not run: 
# fields <- dvSearchFields()
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace