set.debug: Enables/Disables SQL query debugging on 'monet.frame'...

Description Usage Arguments Examples

View source: R/monetframe.R

Description

monet.frame translates the user's operation into a string of SQL queries and executes some of them. Normally, these SQL queries are not printed, but this function can change that.

Usage

1
   set.debug (x, debug )

Arguments

x

A monet.frame monet.frame virtual data object.

debug

Boolean (TRUE/FALSE) to enable/disable debugging

Examples

1
2
3
4
5
## Not run: 
	frame <- mf("demo","iris")
	set.debug(frame,TRUE)

## End(Not run)

MonetDB.R documentation built on May 2, 2019, 5:26 p.m.