View source: R/global-search.R
global_search | R Documentation |
Search among all universes
global_search(query, limit = 100L)
query |
Query string. See R-universe docs. |
limit |
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.
global_search(query = '"weather data"', limit = 1)
global_search(query = 'needs:httr2', limit = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.