Description Usage Arguments Value Examples
Search using keyword combinations in clauses (internal) Used internally
| 1 | lens_query_(query, boolean, q1, stemming = FALSE, families = "NULL")
 | 
| query | a search term or set of search terms | 
| boolean | AND/OR | 
| q1 | a second set of search terms | 
| stemming | Whether to stem the terms, default is false | 
| families | Whether to restrict the search to families only. | 
a url
| 1 2 3 4 5 6 | ## Not run: 
# search for terms using AND
lens_query_("kenya", "AND", "crater lake"),
# restrict results to families
lens_query_("kenya", "AND", "crater lake", families = TRUE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.