search for: get_names_and_years

Displaying 1 result from an estimated 1 matches for "get_names_and_years".

2008 Jun 05
1
Matrix of data frames
...h are indexed across two dimensions, and store each data frame as an element in a matrix. I did try this: names<-c("foo","bar") years<-c("1y","2y") tr<-outer(names,years, function(t,y) sqlQuery(channel, paste("get_names_and_years '", y, "','", t, "'", sep="") ) ) But, as you can imagine, this does not work, as outer returns a matrix object, which...