search: Searches for packages and resources satisfying a given...

searchR Documentation

Searches for packages and resources satisfying a given criteria.

Description

Searches for packages and resources satisfying a given criteria.

Usage

package_search(q = NULL, rows = NULL, start = NULL)

resource_search(query = NULL, rows = NULL, start = NULL)

Arguments

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.

Value

A tibble with the search results.


galalH/riddle documentation built on Jan. 3, 2023, 10:55 a.m.