build_mmsql: Constructors for parts of SQL queries Expand_query converts a...

Description Usage Value

View source: R/buildquery.R

Description

Constructors for parts of SQL queries Expand_query converts a mmyquery object to a SQL query string

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
build_mmsql(.table, org, mirna = NULL, target = NULL, disease.drug = NULL,
  predicted.site = NULL, predicted.cutoff.type = NULL,
  predicted.cutoff = NULL, limit = NULL)

expand_query(x)

expand_select(x)

expand_from(x)

expand_on(x)

expand_where_list(x)

expand_where(x)

expand_orderby(x)

expand_limit(x)

merge_order(.list)

Value

A complete SQL statement and related information.


multiMiR documentation built on Nov. 8, 2020, 5:46 p.m.