dvSearchFields: Lookup available search fields

Description Usage Arguments Value Author(s) See Also Examples

View source: R/dvSearchFields.r

Description

Lookup names and descriptions of search fields available via the API

Usage

1

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

1
2
3
4
## Not run: 
fields <- dvSearchFields()

## End(Not run)

dvn documentation built on May 29, 2017, 5:53 p.m.