R/global-search.R
global_search.Rd
Search among all universes
global_search(query, limit = 100L)
Query string. See R-universe docs.
Number of results to return (integer of length 1)
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.
total
limit
if (FALSE) { # interactive() global_search(query = '"weather data"', limit = 1) global_search(query = 'needs:httr2', limit = 1) }