createDatabase: Create your own database

Description Usage Arguments

View source: R/user_functions.R

Description

Quickly create your own SQLite database dump from dataframes without additional software.

Usage

1
createDatabase(path = "databaseDump.db", metaData, rawData, overwrite = FALSE)

Arguments

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.


jmbuhr/ShinyLipids documentation built on June 25, 2021, 2:26 a.m.