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

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/utils.R
  3. \name{dbPush}
  4. \alias{dbPush}
  5. \title{Push a dataframe into a database table}
  6. \usage{
  7. dbPush(df, con, table)
  8. }
  9. \arguments{
  10. \item{df}{Dataframe to push into the database}
  11. \item{con}{Database connection}
  12. \item{table}{Table in the database in which to push the dataframe}
  13. }
  14. \description{
  15. Push a dataframe into a database table
  16. }