select_from: Select from an SQL connection

Description Usage Arguments Value

View source: R/sql.R

Description

NOTICE: there is no safety check of argument where in select_from_where()

Usage

1
2
3
select_from(con, tbl, what = "*", ...)

select_from_where(con, tbl, what = "*", where = "")

Arguments

con

an SQL connection

tbl

name of table to query

what

what variables/columns to query

...

named arguments, parsed as WHERE AND clause

where

a string of the where clause (without "WHERE")

Value

data.table


imlijunda/tswbench documentation built on June 12, 2021, 12:45 p.m.