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.

33 lines
855B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/demodata.R
  3. \name{populate_concept}
  4. \alias{populate_concept}
  5. \title{Populate the concept_dimension}
  6. \usage{
  7. populate_concept(ont, modi, scheme, project, host = "", admin = "",
  8. pass = "")
  9. }
  10. \arguments{
  11. \item{ont}{The ontology to insert}
  12. \item{modi}{The modifiers to insert}
  13. \item{scheme}{The scheme to use for this ontology}
  14. \item{project}{The name of the project}
  15. \item{host}{The host to connect to}
  16. \item{admin}{The admin account for the PostgreSQL database}
  17. \item{pass}{the password for the admin account}
  18. }
  19. \description{
  20. Populate the concept_dimension with new concepts
  21. }
  22. \details{
  23. ont is a character vector containing all the leaves of the ontology
  24. with their respective path, in the form
  25. code_level1 label_level1/code_level2 label_level2/.../code_leaf label_leaf
  26. }