searchDatasets {crunch}R Documentation

Search Crunch for datasets.

Description

searchDatasets searches datasets' metadata for matches to the query argument. This search will include variable names, aliases, categories, but not the content of text variables. See the API Documentation for more information about searching Crunch.

Usage

searchDatasets(query, f = NULL, ...)

Arguments

query

the text to search for in datasets and their variables (note: only alpha characters will be used, numbers and other characters will be discarded.)

f

A list of filter parameters, see the filter parameters of the API Documentation for more details.

...

additional options provided to the search endpoint.

Value

If successful, an object of class SearchResults


[Package crunch version 1.30.4 Index]