Learn R Programming

DBI (version 0.3.1)

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

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

Run the code above in your browser using DataLab