Simple question, but cannot find the answer. Instead of: Df <- sqlQuery(ch, \"SELECT * FROM tblTest WHERE Id=25\")
I\'m trying to understand how RODBC determines the column types of a newly created (Access) table? The R documentation of sqlSave is very cryptic: \"types are selected by consulting arguments varTypes
I\'m trying to create a procedure which extracts data from a MySQL server (using the RODBC package), performs some statistical routines on that data in R, then saves generated plots back to the server
I am working on saving twitter search results into a database (SQL Server) and am getting an error when I pull the search results from twitteR.
I\'ve a question about using sqlSave. How does R map RODBC data in the data frame to the database table columns?
I am creating some graphs which I want to update into a database table. The procedure I am following is:
I\'d like to save a plot image directly to the database. Is the best way in R to do this: Write the plot image (png) to the filesystem
I\'m working in an R script that uses a long SQL string, and I would like to keep the query relatively free of other markup so as to allow copying and pasting between editors and applications. I\'d al