sqliteBuildTableDefinition | R Documentation |
The output SQL statement is a simple CREATE TABLE
suitable for
dbGetQuery
sqliteBuildTableDefinition(
con,
name,
value,
field.types = NULL,
row.names = pkgconfig::get_config("RSQLite::row.names.query", FALSE)
)
con |
A database connection. |
name |
Name of the new SQL table |
value |
A data.frame, for which we want to create a table. |
field.types |
Optional, named character vector of the types for each
field in |
row.names |
Logical. Should row.name of |
An SQL string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.