"dbWriteTable"(conn, name, value, field.types = NULL, row.names = TRUE, overwrite = FALSE, append = FALSE, ..., allow.keywords = FALSE)
"dbWriteTable"(conn, name, value, field.types = NULL, overwrite = FALSE, append = FALSE, header = TRUE, row.names = FALSE, nrows = 50, sep = ",", eol = "\n", skip = 0, quote = "\"", ...)MySQLConnection object, produced by
dbConnectvalue
is a character, it is interpreted as a file name and its contents imported
to SQLite.dbDataType).row.names should be
output to the output DBMS table; if TRUE, an extra field whose name
will be whatever the R identifier "row.names" maps to the DBMS (see
make.db.names). If NA will add rows names if
they are characters, otherwise will ignore.FALSE. (See the BUGS section below)FALSE.read.table, i.e., TRUE if the first
line has one fewer column that the second line.read.table from
the input file to create the proper table definition. Default is 50.\".)