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 = FALSE, rq = NULL)
Arguments
search_string |
String to search. |
vb |
A Boolean value. If TRUE provides verbose output. |
rq |
An |
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.4 Index]