print.transcription: A more reasonable display of a 'transcription' object.

Description Usage Arguments Details Value See Also Examples

Description

A more reasonable display of a transcription object.

Usage

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

Arguments

x

[transcription] The transcription object.

...

Unused; only for consistency with print.

Details

A transcription object may be quite large and therefore difficult to digest for a human. This function reduces it to a brief, easy to understand summary.

Value

[transcription] The same object that was given as x.

See Also

transcription

Examples

1
2
3
# path to a sample transcription
fName <- system.file ("extdata", "trans-common.tsv", package="soundcorrs")
read.transcription (fName)

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