search_for_keywords {databraryr}R Documentation

Search For Keywords in Databrary Volumes.

Description

Search For Keywords in Databrary Volumes.

Usage

search_for_keywords(search_string = "locomotion", vb = FALSE, rq = NULL)

Arguments

search_string

String to search.

vb

A Boolean value. If TRUE provides verbose output.

rq

An httr2 request object. Default is NULL.

Value

A list with the volumes that contain the keyword.

Examples

## Not run: 
search_for_keywords() # searches for volumes with "locomotion" as a keyword.

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

## End(Not run)

[Package databraryr version 0.6.4 Index]