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.

24 lines
635B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/imdata.R
  3. \name{add_patients_imdata}
  4. \alias{add_patients_imdata}
  5. \title{Add patients to the IM cell}
  6. \usage{
  7. add_patients_imdata(patients, project, host = "", admin = "", pass = "")
  8. }
  9. \arguments{
  10. \item{patients}{A vector of patients IDs to insert}
  11. \item{project}{The project to add the patients to}
  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. \description{
  17. Add patients to the IM cell, generate new encrypted IDs,
  18. and create a project site if needed
  19. }