Skip to contents

Search within a single universe

Usage

universe_search(universe, query, limit = 100L)

Arguments

universe

Name of the universe (character of length 1)

query

Query string. See R-universe docs.

limit

Number of results to return (integer of length 1)

Value

A list with query results. The total field indicates the total number of results and can be used as limit value in a second call.

See also

Examples

if (FALSE) { # interactive()
universe_search("ropensci", query = '"weather data"')
universe_search("ropensci", query = 'needs:httr2')
}