Learn R Programming

soundcorrs (version 0.4.0)

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

Description

A more reasonable display of a transcription object.

Usage

# S3 method for transcription
print(x, ...)

Arguments

x

[transcription] The transcription object.

...

Unused; only for consistency with print.

Value

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

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.

See Also

transcription

Examples

Run this code
# NOT RUN {
# path to a sample transcription
fName <- system.file ("extdata", "trans-common.tsv", package="soundcorrs")
read.transcription (fName)
# }

Run the code above in your browser using DataLab