Learn R Programming

databraryr (version 0.6.6)

search_for_keywords: Search For Keywords in Databrary Volumes.

Description

Search For Keywords in Databrary Volumes.

Usage

search_for_keywords(
  search_string = "locomotion",
  vb = options::opt("vb"),
  rq = NULL
)

Value

A list with the volumes that contain the keyword.

Arguments

search_string

String to search.

vb

Show verbose messages. (Defaults to FALSE, overwritable using option 'databraryr.vb' or environment variable 'R_DATABRARYR_VB')

rq

An httr2 request object. Default is NULL.

Examples

Run this code
if (FALSE) {
search_for_keywords() # searches for volumes with "locomotion" as a keyword.

search_for_keywords("adult") # searches for volumes with "adult" as a keyword.
}

Run the code above in your browser using DataLab