Learn R Programming

soundcorrs (version 0.2.0)

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

Description

Pretty printing for the result of findExamples.

Usage

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

Arguments

x

[df.findExamples] The output of findExamples.

...

Unused; only for consistency with print.

Value

A more human-friendly digest.

Examples

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

Run the code above in your browser using DataLab