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.

30 lines
815B

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