\name{dbAppendTable} \alias{dbAppendTable} \title{Append data to a PgSQL table} \description{ \code{dbAppendTable} appends data to a table. } \usage{ } \arguments{ } \details{ Other arguments: \itemize{ \item{name}{The table name} \item{data}{Data to be appended} } When passed a data frame, column names in the data frame are matched to column names in the database table so that you can append to a subset of the columns. } \references{\url{http://rdbi.sourceforge.net/}} \author{Timothy H. Keitt} \seealso{\code{\link[Rdbi]{dbWriteTable}}} \keyword{data}