print.list.pairs {DBI} | R Documentation |
Some of these functions are conditionally elevated to
generic functions (e.g., print
, summary
).
Others are low-level support functions.
print.list.pairs(x, ...)
x |
a list of key, value pairs |
... |
additional arguments to be passed to cat |
the (invisible) value of x.
See the Database Interface definition document
DBI.pdf
in the base directory of this package
or http://developer.r-project.org/db.
print.default
,
summary.default
,
cat
.
## Not run: print.list.pairs(list(a =1, b = 2)) ## End(Not run)