print.list.pairs {DBI}R Documentation

Print a list of pairs.

Description

Print a list of pairs.

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.

Examples

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

[Package DBI version 0.3.1 Index]