DebugHelp: Internal Dev Testing and Debugging Functions

Description Usage Arguments Format Functions Internal Use Only

Description

These are functions that are not exposed to users. They are internal functions designed to assist with debugging errors related to tracing and identifying connections.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
time.env

PrintSqlError(msg = NULL, friendly = NULL, nFrame = NULL)

xtimetaken(time)

Timer(START = TRUE, print = FALSE)

.CallStack(nFrame)

.Caller(nFrame = NULL)

Arguments

msg

A character string representing the message to display within the banner

friendly

A friendly description of the error message to be displayed

nFrame

A numeric value representing an index for a frame in the function callstack

time

A date/time object from which point to calculate duration since.

START

A boolean value representing whether to start the timer or end the timer. START = FALSE will display the timer information

print

A boolean indicating whether to print output on the console in addition to returning a numeric value representing the duration in seconds

Format

An object of class environment of length 0.

Functions

Internal Use Only

Internal functions not intended to be used by developers.


bfatemi/sqlsauce documentation built on May 12, 2019, 7:27 p.m.