You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
610B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/metadata.R
  3. \name{delete_ont}
  4. \alias{delete_ont}
  5. \title{Delete an ontology from metadata}
  6. \usage{
  7. delete_ont(scheme, host = "", admin = "", pass = "")
  8. }
  9. \arguments{
  10. \item{scheme}{The scheme to use for this ontology}
  11. \item{host}{The host to connect to}
  12. \item{admin}{The admin account for the PostgreSQL database}
  13. \item{pass}{the password for the admin account}
  14. }
  15. \description{
  16. Delete an existing ontology from metadata
  17. }
  18. \details{
  19. Delete the corresponding table
  20. Delete the scheme in schemes table
  21. Delete the entry in table_acess
  22. }