powered by
This function generates "where" part of a query
where(query = NULL, ...)
Existing query
where list
where_cond <- where("", "col1", "=", "test1", "AND", "col2", ">", 25)
Run the code above in your browser using DataLab