search for: gisbragg

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

2009 Aug 16
0
large list from mdb.get - change labled atomic to double
...as.integer(d[[i]][,1]) b <- cbind(a, d[[i]]) colnames(b)[1] <- "ID" f[[i]] <- b } names(f) <- names(d) #create database in sqlite3 before using this script library(RSQLite) drv <- dbDriver("SQLite") con <- dbConnect(drv, dbname = '/Users/sefick/Desktop/GISbragg.db') name <- names(d) for(z in 1:length(f)) dbWriteTable(con, name[z], f[[z]], overwrite=TRUE) dbDisconnect(con) -- Stephen Sefick Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel...