View source: R/search_for_keywords.R
search_for_keywords | 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()
# searches for volumes with "adult" as a keyword.
search_for_keywords("adult")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.