ezr.sql_safe_query: Title Safe Query

Description Usage Arguments Value

Description

Safely run a query or control the number of records returned with this function. Use this function when examining or testing queries.

Usage

1
ezr.sql_safe_query(query, con = con, limit_rows = 20)

Arguments

query

The query that you want to run

con

The name of the connection to the DB. Default is 'con'

limit_rows

How many rows should be returned? Default is 20 which prevents a massive query return.

Value

Returns a dataframe of results


jmp1989/easyr documentation built on May 20, 2019, 7:25 a.m.