search for: date_vector

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

Did you mean: data_vector
2010 Jun 21
0
RSQLite and fetching rows from multiple tables
...39;m guessing someone can tell what I'm doing wrong just from the example code below: climate_query=dbSendQuery(con,"SELECT PPT_PRISM.data_vector,TMIN_PRISM.data_vector,TMAX_PRISM.data_vector,RAD_RSUN.data_vector,DEM_25M.data_vector,UWIND_NARR.data_vector,VWIND_NARR.data_vector,PPT_PRISM.date_vector,TMIN_PRISM.date_vector,TMAX_PRISM.date_vector,RAD_RSUN.date_vector,DEM_25M.date_vector,UWIND_NARR.date_vector,VWIND_NARR.date_vector FROM PPT_PRISM,TMIN_PRISM,TMAX_PRISM,RAD_RSUN,DEM_25M,UWIND_NARR,VWIND_NARR") while(!dbHasCompleted(climate_query)){ climate_data_fetch <- fetch(climate_...