sbf_create_db | R Documentation |
Create SQLite Database
sbf_create_db(
db_name = sbf_get_db_name(),
sub = sbf_get_sub(),
main = sbf_get_main(),
ask = getOption("sbf.ask", TRUE)
)
db_name |
A string of the database name. |
sub |
A string specifying the path to the sub folder (by default the current sub folder). |
main |
A string specifying the path to the main folder (by default the current main folder) |
ask |
A flag specifying whether to ask before deleting an existing database. |
Other database functions:
sbf_add_blob_column_to_db()
,
sbf_close_db()
,
sbf_copy_db()
,
sbf_execute_db()
,
sbf_open_db()
,
sbf_query_db()
,
sbf_upload_flobs_to_db()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.