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.

22 lines
460B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/pm.R
  3. \name{list_projects}
  4. \alias{list_projects}
  5. \title{List projects}
  6. \usage{
  7. list_projects(host = "", admin = "", pass = "")
  8. }
  9. \arguments{
  10. \item{host}{Address of the hostdefaults to 127.0.0.1}
  11. \item{admin}{Name of the database admin account}
  12. \item{pass}{Password of the database admin account}
  13. }
  14. \value{
  15. The list of projects
  16. }
  17. \description{
  18. List available projects in the hive
  19. }