From 0a65c518b44a5d88fabaa0948a67c7281f516516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Thu, 6 Oct 2016 11:38:08 +0200 Subject: [PATCH] document --- man/dbWriteTable.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/dbWriteTable.Rd b/man/dbWriteTable.Rd index c6ff20ad4..d62095689 100644 --- a/man/dbWriteTable.Rd +++ b/man/dbWriteTable.Rd @@ -14,7 +14,7 @@ \S4method{dbWriteTable}{SQLiteConnection,character,character}(conn, name, value, ..., field.types = NULL, overwrite = FALSE, append = FALSE, header = TRUE, colClasses = NA, row.names = FALSE, nrows = 50, - sep = ",", eol = "\\n", skip = 0) + sep = ",", eol = "\\n", skip = 0, temporary = FALSE) \S4method{sqlData}{SQLiteConnection}(con, value, row.names = NA, ...) }