print.list.pairs {DBI}R Documentation

Support functions

Description

Some of these functions are conditionally elevated to generic functions (e.g., print, summary). Others are low-level support functions.

Usage

print.list.pairs(x, ...)

Arguments

x a list of key, value pairs
drv a driver object
con a connection object
res a result object
... additional arguments to be passed to cat

Value

the (invisible) value of x.

References

See the Database Interface definition document DBI.pdf in the base directory of this package or http://developer.r-project.org/db.

See Also

print.default, summary.default, cat.

Examples

print.list.pairs(list(a =1, b = 2))


[Package Contents]