On Wed, 31 Aug 2011, Henri-Paul Indiogine wrote:

I am at loss of what is going on here ...

I am trying to write to a SQLite database:

con <- dbConnect(dbDriver("SQLite"), dbname="pres-docs.rqda")

I have a data frame that is 889 rows by 7 columns.  The column number
and types agree with the database table columns and column type.

dbWriteTable(con, "fileAttr", DF.4, row.names=FALSE, overwrite=TRUE)

Then I get the following error:

[1] FALSE
Warning message:
In value[[3L]](cond) :
 RAW() can only be applied to a 'raw', not a 'character'

Where could I start looking?

For the record, this sort of message almost always indicates internal corruption of R objects, so run the example under valgrind.

Oh, you failed to tell us the 'at a minimum' information required by the posting guide, so we don't know if valgrind runs on your platform.


Thanks,
Henri-Paul


--
Henri-Paul Indiogine

Curriculum & Instruction
Texas A&M University
TutorFind Learning Centre

Email: hindiog...@gmail.com
Skype: hindiogine
Website: http://people.cehd.tamu.edu/~sindiogine

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


--
Brian D. Ripley,                  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to