Learn R Programming

DBI (version 0.2-1)

print.list.pairs: 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

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

Run the code above in your browser using DataLab