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
... 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

## Not run: 
print.list.pairs(list(a =1, b = 2))
## End(Not run)

[Package DBI version 0.2-4 Index]