showTable: Shows a table for debugging purposes.

Description Usage Arguments Value Examples

Description

Shows a table for debugging purposes.

Usage

1
showTable(name, where = NA, orderby = NA, params)

Arguments

name

The name of the table to show.

where

An SQL expression to be used in WHERE.

orderby

An SQL expression to be used in ORDER BY.

params

Optional parameters to be used in the query.

Value

A data frame containing the table.

Examples

1
showTable("Students")

dmurdoch/SSCcompetition documentation built on May 15, 2019, 9:37 a.m.