Skip to contents

Fast prefix-based suggestions, suitable for type-ahead lookups.

Usage

clb_suggest(q, dataset = "3LXR", ..., .raw = FALSE)

Arguments

q

Partial name to complete.

dataset

Dataset key or alias. Defaults to "3LXR".

...

Further query parameters (e.g. rank, status).

.raw

Return the raw parsed JSON instead of a tibble?

Value

A tibble of suggestions with columns such as suggestion, usageId, rank, status and group.

Examples

if (FALSE) { # \dontrun{
clb_suggest("Panth")
} # }