Skip to content
Prev 167139 / 398502 Next

using R how to read a one column alone from a database table from MySQL

sankar82 <sankar.arughadhoss <at> tkk.fi> writes:
Have you tried the examples in Rmysql-package?
For 5., you could use something like:

dbSendQuery(con, "select * from WL where width\_nm between 0.5 and 1")

Ok, here we let SQL do the job, and you homework want it to be done in R.

Dieter