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.
searchDatasets(query, f = NULL, ...)
If successful, an object of class SearchResults
the text to search for in datasets and their variables (note: only alpha characters will be used, numbers and other characters will be discarded.)
A list of filter parameters, see the filter parameters of the API Documentation for more details.
additional options provided to the search endpoint.