deleteExperimentFromDB {maDB} | R Documentation |
deleteExperimentFromDB
this function deletes an experiment that was formerly stored into a PostgreSQL database by the publishToDB
function. This function depends on the RdbiPgSQL package.
deleteExperimentFromDB(con,exp.title,v=TRUE)
con |
A connection object (create it with the dbConnect.PgSQL.conn function from the package RdbiPgSQL) |
exp.title |
The name (title) from the experiment in the database. |
v |
If TRUE additional information will be printed to the console. |
As every function from the tkfiDB and maDB packages that writes or updates values in a PostgreSQL database also this funciton uses transactions. So if any exception occurrs during the call the status before the call will be restored.
Johannes Rainer
publishToDB
dbGetExperimentInfo