deleteExperimentFromDB {maDB}R Documentation

Deleting a experiment from a database.

Description

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.

Usage

deleteExperimentFromDB(con,exp.title,v=TRUE)

Arguments

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.

Details

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.

Author(s)

Johannes Rainer

References

See Also

publishToDB dbGetExperimentInfo dbConnect


[Package maDB version 1.2.0 Index]