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

Description Usage Arguments Details Value See Also Examples

Description

Pretty printing for the result of findExamples.

Usage

1
2
## S3 method for class 'df.findExamples'
print(x, ...)

Arguments

x

[df.findExamples] The output of findExamples.

...

Unused; only for consistency with print.

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.

Value

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

See Also

findExamples

Examples

1
2
dataset <- loadSampleDataset ("data-capitals")
findExamples (dataset, "a", "a", "a", cols="all")

soundcorrs documentation built on Nov. 16, 2020, 5:09 p.m.