Learn R Programming

rsyntax (version 0.1.4)

AND: Use AND search in tquery

Description

Use AND search in tquery

Usage

AND(...)

Arguments

...

name-value pairs for look-up terms. see ?query.

Value

A list, to be used as input to tquery

Examples

Run this code
# NOT RUN {
tquery(AND(lemma = 'walk', POS='Noun'))   ## is also the default
# }

Run the code above in your browser using DataLab