Learn R Programming

soundcorrs (version 0.4.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

[df.findExamples] The same object that was given as x.

Details

The output of findExamples is a list, potentially a very long one, and difficult to read. To make it easier to digest, this function only prints the $data element, i.e. the found matches.

See Also

findExamples

Examples

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

Run the code above in your browser using DataLab