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

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/pm.R
  3. \name{add_project}
  4. \alias{add_project}
  5. \title{Add a project}
  6. \usage{
  7. add_project(project_id, project_name, host = "", admin = "", pass = "")
  8. }
  9. \arguments{
  10. \item{project_id}{The desired project id}
  11. \item{project_name}{The desired project name}
  12. \item{host}{Address of the host, defaults to 127.0.0.1}
  13. \item{admin}{Name of the database admin account}
  14. \item{pass}{Password of the database admin account}
  15. }
  16. \description{
  17. Add a project with its id, path and name in the hive
  18. }
  19. \details{
  20. Also create a specific database for this project
  21. }