Connecting to a database via RMySQL I wrote some R-scripts - to make them easier: Is it possible to set the date in MySQL Query as a variable?
e.g.
x<-"2012-12-01"
rs <- dbGetQuery(db,"**** where date between 'x' and '2012-12-31'")
Is there any possibility or is everything in "" just MySQL stuff? Thanks!