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.

28 lines
678B

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