search_for_tags {databraryr}R Documentation

Search For Tags on Volumes or Sessions.

Description

Search For Tags on Volumes or Sessions.

Usage

search_for_tags(search_string = "ICIS", vb = options::opt("vb"), rq = NULL)

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.

Value

An array of tags that match the tag_string.

Examples

## Not run: 
search_for_tags() # Searches for volumes that have the tag "ICIS"

## End(Not run)


[Package databraryr version 0.6.6 Index]