Learn R Programming

readepi (version 1.0.4)

server_make_query: Make an SQL query from a list of query parameters

Description

Make an SQL query from a list of query parameters

Usage

server_make_query(table_name, login, filter, select)

Value

A string with the constructed SQL query from the provided query parameter.

Arguments

table_name

The name of the table in the server function

login

The connection object obtained from the login() function.

filter

A vector or a comma-separated string of subset of subject IDs

select

A vector of column names