Description Usage Arguments Value Author(s) See Also Examples
View source: R/dvSearchFields.r
Lookup names and descriptions of search fields available via the API
1  | dvSearchFields(dv = getOption('dvn'), browser = FALSE, ...)
 | 
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   | 
... | 
 Optionally, additional arguments passed to   | 
A dataframe listing the names (and, sometimes, descriptions) of available search fields for use in dvSearch for the target dataverse.
Thomas J. Leeper
1 2 3 4  | ## Not run: 
fields <- dvSearchFields()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.