search_for_tags {databraryr} | R Documentation |
Search For Tags on Volumes or Sessions.
search_for_tags(search_string = "ICIS", vb = options::opt("vb"), rq = NULL)
search_string |
String to search. |
vb |
Show verbose messages. (Defaults to |
rq |
An |
An array of tags that match the tag_string.
## Not run:
search_for_tags() # Searches for volumes that have the tag "ICIS"
## End(Not run)