ChristopherLucas / transcribeR

R Package for Automated Speech Recognition
10 stars 4 forks source link

writeTranscribedText.R shouldn't exist #3

Closed ChristopherLucas closed 9 years ago

ChristopherLucas commented 9 years ago

This function exists because if the user writes the output of retrieveText() to a csv and includes rownames when doing so (the default), retrieveText() can't go back through the csv and complete jobs that were queuing the initial time through. However, this is a dumb function and it's too fragile.

Fixing issue Job management #2 might address this in part, so do that first.