Learn R Programming

soundcorrs (version 0.1.1)

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.

...

Unused; only for consistency with print.

Value

A more human-friendly digest.

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