global_search: Search among all universes

View source: R/global-search.R

global_searchR Documentation

Description

Search among all universes

Usage

global_search(query, limit = 100L)

Arguments

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.

Examples


global_search(query = '"weather data"', limit = 1)
global_search(query = 'needs:httr2', limit = 1)


ropensci/universe documentation built on Feb. 8, 2025, 3:20 p.m.