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.

23 lines
488B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/utils.R
  3. \name{clear_table}
  4. \alias{clear_table}
  5. \title{Clear a database table}
  6. \usage{
  7. clear_table(db, table, host = "", admin = "", pass = "")
  8. }
  9. \arguments{
  10. \item{db}{Name of the database}
  11. \item{table}{Name of the table}
  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. Clear a database table
  18. }