print.list.pairs {DBI}R Documentation

Print a list of pairs.

Description

DEPRECATED, do not use. Use summary to print output of dbGetInfo.

Usage

## S3 method for class 'list.pairs'
print(x, ...)

Arguments

x

a list of key, value pairs

...

additional arguments to be passed to cat

Value

the (invisible) value of x.


[Package DBI version 0.4-1 Index]