dvSearchFields: Lookup available search fields

View source: R/dvSearchFields.r

dvSearchFieldsR Documentation

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

A dataframe listing the names (and, sometimes, descriptions) of available search fields for use in dvSearch for the target dataverse.

Author(s)

Thomas J. Leeper

See Also

dvSearch

Examples

## Not run: 
fields <- dvSearchFields()

## End(Not run)

ropensci/dvn documentation built on May 18, 2022, 9:52 a.m.