Displaying 1 result from an estimated 1 matches for "hgbmt12_natl_ave_or_facil".
2010 Jul 12
0
Error in storage.mode(test) <- "logical"
Hi There,
I get the following error from the code pasted below: Error in storage.mode(test) <- "logical" :
object 'HGBmt12_Natl_Ave_or_Facility' not found
library(RODBC)
library(car)
setwd("c://temp//cms")
a07.connect <- odbcConnectAccess2007("DFC.accdb")
sqlTables(a07.connect) ##provides list of tables##
dataset <- sqlFetch(a07.connect,'Analysis File 2007-2009') #puts dfc data into table mydata
st...