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
571B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/demodata.R
  3. \name{list_concepts}
  4. \alias{list_concepts}
  5. \title{List concepts}
  6. \usage{
  7. list_concepts(scheme, project, host = "", admin = "", pass = "")
  8. }
  9. \arguments{
  10. \item{scheme}{The scheme to get the concepts from}
  11. \item{project}{The name of the project}
  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. \value{
  17. A list of concepts
  18. }
  19. \description{
  20. List the concepts corresponding to a scheme
  21. }