print.list.pairs {DBI} | R Documentation |
Print a list of pairs.
## S3 method for class 'list.pairs' print(x, ...)
x |
a list of key, value pairs |
... |
additional arguments to be passed to |
the (invisible) value of x.
print.list.pairs(list(a = 1, b = 2))