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
if (FALSE) { # \dontrun{
search_for_tags() # Searches for volumes that have the tag "ICIS"
} # }