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.

21 lines
471B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/users.R
  3. \name{delete_users}
  4. \alias{delete_users}
  5. \title{Delete users}
  6. \usage{
  7. delete_users(users, host = "", admin = "", pass = "")
  8. }
  9. \arguments{
  10. \item{users}{A character vector of user ids}
  11. \item{host}{The host to connect to}
  12. \item{admin}{The admin account for the PostgreSQL database}
  13. \item{pass}{The password for the database admin}
  14. }
  15. \description{
  16. Delete i2b2 users from the instance
  17. }