universe_search | R Documentation |
Search within a single universe
universe_search(universe, query, limit = 100L)
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) |
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.
Other universe:
universe_all_packages()
,
universe_ls()
,
universe_one_package()
universe_search("ropensci", query = '"weather data"')
universe_search("ropensci", query = 'needs:httr2')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.