Learn R Programming

soundcorrs (version 0.1.1)

print.df.findPairs: Pretty printing for the result of findPairs.

Description

Pretty printing for the result of findPairs.

Usage

# S3 method for df.findPairs
print(x, ...)

Arguments

x

[df.findPairs] The output of findPairs.

...

Unused; only for consistency with print.

Value

A more human-friendly digest.

Examples

Run this code
# NOT RUN {
dataset <- sampleSoundCorrsData.capitals
findPairs (dataset, "a", "[ae]", cols="all")
# }

Run the code above in your browser using DataLab