search_for_keywords {databraryr} | R Documentation |
Search For Keywords in Databrary Volumes.
search_for_keywords(
search_string = "locomotion",
vb = options::opt("vb"),
rq = NULL
)
search_string |
String to search. |
vb |
Show verbose messages. (Defaults to |
rq |
An |
A list with the volumes that contain the keyword.
## 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)