You will need dbWriteTable
Assuming you are not using row names in your data frame that you would do
dbWriteTable(con, "MyTable", df, row.names=FALSE, append=TRUE)
, df , TRUE. , , c('myschema', 'MyTable') "myschema.MyTable". , , . , .
, , , postgres , . , - dbWriteTable(con, '"MyTable"', df, row.names=FALSE, append=TRUE)