Description Usage Arguments Value Author(s) See Also
Read data from a delimited data file into a SQLite data table using the dbWriteTable
function.
1 |
file |
quoted name of the file in which the data reside. The data should be in a form acceptable to |
dsname |
quoted name of the data table to be created. |
database |
quoted name of the database file in which the data table is to be stored; if missing, a file named |
header |
does the first row of the data file contain variable names (default, |
... |
argument to be passed to |
TRUE
if the operation succeeded; FALSE
if it failed.
John Fox, jfor@mcmaster.ca.
dbWriteTable
, sqliteImportFile
, SQLiteDataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.