Quickly create your own SQLite database dump from dataframes without additional software.
createDatabase(path = "databaseDump.db", metaData, rawData, overwrite = FALSE)
path | string, Path to where you want to save the database dump file |
---|---|
metaData | tibble. A data.frame with the information about your datasets See README on hrefhttps://github.com/jmbuhr/ShinyLipidsgithub for the columns it needs. |
rawData | tibble. Metadata of the data sets See README on hrefhttps://github.com/jmbuhr/ShinyLipidsgithub for the columns they need. |
overwrite | boolean. Overwrite existing .db file? Default is FALSE. |