search.Rd
Searches for packages and resources satisfying a given criteria.
package_search(q = NULL, rows = NULL, start = NULL) resource_search(query = NULL, rows = NULL, start = NULL)
q, query | The search query. |
---|---|
rows | The maximum number of matching rows (datasets) to return. (optional, default: 10, upper limit: 1000) |
start | The offset in the complete result for where the set of returned datasets should begin. |
A tibble with the search results.