Search records

Search(
  ct,
  model,
  class,
  where = list(),
  include = NULL,
  page = c("first", "all"),
  tidy = TRUE
)

Arguments

ct

The object from Client. The server to perform search.

model

The resource model to build.

class

The class of the resource model.

where

The search parameters.

include

The include parameter to include other resources.

page

To return first or all pages of the search results.

tidy

Whether to return a tibble object.

Examples

if (FALSE) { Search(ct, "observation", "Observation", list(code = "http://loinc.org|2339-0"), include = "subject") }