Exporting Table from R to PostgreSQL by RPostgreSQL
I am using RPostgreSQL I have done number of process and I got a table in R. I wanted to put this table in PostgreSQL from R for further analysis that I will use PostgreSQL codes. The problem is that when I have a table in R which doesn't exist in PostgreSQL, I cannot perform SQL Codes on it. Sample Table s_2 the data format is not data frame and temp is float and DateeTIMEE is timestamps: temp DateeTIMEE 1 -1.64 2007-09-29 00:01:09 2 -1.76 2007-09-29 00:03:09 3 -1.83 2007-09-29 00:05:09 4 -1.86 2007-09-29 00:07:09 5 -1.94 2007-09-29 00:09:09 6 -1.87 2007-09-29 00:11:09 7 -1.87 2007-09-29 00