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.

19 lines
410B

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