datadr (version 0.8.4)

print.kvValue: Print value of a key-value pair

Description

Print value of a key-value pair

Usage

## S3 method for class 'kvValue':
print(x, ...)

Arguments

x
object to be printed
...
additional arguments

Examples

Run this code
kvPair(1, letters)

Run the code above in your browser using DataCamp Workspace