powered by
transcription
A more reasonable display of a transcription object.
# S3 method for transcription print(x, ...)
[transcription] The transcription object.
Unused; only for consistency with print.
print
[transcription] The same object that was given as x.
x
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.
# 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