search_for_keywords: Search For Keywords in Databrary Volumes.

View source: R/search_for_keywords.R

search_for_keywordsR 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)

PLAY-behaviorome/databraryapi documentation built on April 29, 2024, 2:16 a.m.