File size: 461 Bytes
9aaa76b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | % Generated by roxygen2: do not edit by hand
% Please edit documentation in R/sql_connect.R
\name{createNewSQLITEdb}
\alias{createNewSQLITEdb}
\title{Create New, Empty SQLite Database}
\usage{
createNewSQLITEdb(newExperimentName, sqlDirectory)
}
\arguments{
\item{newExperimentName}{name for the sqlite DB}
\item{sqlDirectory}{directory to which the sqlite DB will be written into}
}
\value{
pool connection
}
\description{
Create New, Empty SQLite Database
}
|