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.

24 lines
602B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/metadata.R
  3. \name{clear_default_metadata}
  4. \alias{clear_default_metadata}
  5. \title{Clear the default metadata tables}
  6. \usage{
  7. clear_default_metadata(host = "", admin = "", pass = "")
  8. }
  9. \arguments{
  10. \item{host}{The host to connect to}
  11. \item{admin}{The admin account for the PostgreSQL database}
  12. \item{pass}{the password for the admin account}
  13. }
  14. \description{
  15. Clear the default metadata tables
  16. }
  17. \details{
  18. Drop the birn, custom_meta, i2b2 and icd10_icd9 tables
  19. Delete all schemes and table_access
  20. Insert the 'No scheme' scheme
  21. }