Learn R Programming

MonetDB.R (version 0.8.0)

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

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

set.debug (x, debug )

Arguments

x
A monet.frame monet.frame virtual data object.
debug
Boolean (TRUE/FALSE) to enable/disable debugging

Examples

Run this code
frame <- mf("demo","iris")
	set.debug(frame,TRUE)

Run the code above in your browser using DataLab