Displaying 3 results from an estimated 3 matches for "aqi".
Did you mean:
api
2011 Jul 13
2
Executing a function correctly
Hello All,
I've created a function as follows so as to use it in a loop.
freq<-function(i)
{
library(RODBC)
paste(i,"<-sqlQuery(conn,","'","select click_flg, open_flg,", i ," from
modeling_5')",sep="")
}
freq(i="AQI")
[1] "AQI<-sqlQuery(conn,'select click_flg, open_flg,AQI from modeling_5')"
What I was expecting was the result of the sql query "select click_flg,
open_flg,AQI from modeling_5" be put into the object "AQI". However it just
resolves to a string....
2007 Jan 18
2
Conditional validates_inclusion_of execution problem
All,
I have a field that I''m validating with validates_numericality_of on as
well as validates_inclusion_of, like so:
validates_numericality_of :number_of_owners,
:only_integer => true,
:message => ''must be a whole number''
validates_inclusion_of :number_of_owners,
:in => 1..3,
2009 Jun 06
5
OT: looking for a rsync equivalent for Windows platforms
Hi all,
Does anyone know of a good & free rsync type program for Windows
platforms? Like most of us, I need to work on both Windows & Linux
environments, and would like to sync some data (music, videos, photos,
documents, thunderbird profiles, FF bookmarks, etc) between a USB HDD,
my Linux (CentOS + KDE) PC, and Windows Laptop at the office.
I found a program called Toucan (which also