lens_query_: Search using keyword combinations in clauses (internal) Used...

Description Usage Arguments Value Examples

Description

Search using keyword combinations in clauses (internal) Used internally

Usage

1
lens_query_(query, boolean, q1, stemming = FALSE, families = "NULL")

Arguments

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.

Value

a url

Examples

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)

poldham/lensr documentation built on May 25, 2019, 11:22 a.m.