Skip to content
Prev 319205 / 398506 Next

Writing to Spreadsheet issues

the error message means (most likely) that srOne[row, "timestamp"] has NA as a value.  Put

options(error = recover)

in your script so that you get control at the point of the error and can then use 'browser' (?browser) to examine the values.

It is a problem with your data and probably the result of some calculation that you will have to track down.

Sent from my iPad
On Mar 10, 2013, at 17:32, Louis <louisvar3 at gmail.com> wrote: