gmAndify: Creating a conjunction

Description Usage Arguments Details Value Author(s) See Also Examples

Description

gmAndify creates a call, which is a conjunction of list elements given in its arguments for further use in ON or WHERE clauses of SQL statements

Usage

1
gmAndify(l,and="&")

Arguments

l

list of elements, which shall be conjuncted

and

determines the kind of conjunction being used. Default case is the logical AND.

Details

Instead of a conjunction you can create a disjunction using and="|". This function is in gmReadInternal

Value

A string of class call for further use.

Author(s)

K. Gerald van den Boogaart, S. Matos Camacho

See Also

gmRead

Examples

1
gmAndify(c("a","b"))

gmDatabase documentation built on May 2, 2019, 9:31 a.m.