| To: | s-news@lists.biostat.wustl.edu |
|---|---|
| Subject: | Import multiple data frames |
| From: | "Smeets, S (Sjoerd)" <S.Smeets@Interpolis.nl> |
| Date: | Fri, 20 Aug 2004 16:27:24 +0200 |
| Thread-index: | AcSGwc+SNRkSoaqzQ4KRxqAJVn3JSA== |
| Thread-topic: | Import multiple data frames |
|
Hi, I want to import a dataset with names and other features. The dataset consists of 600.000 records and 70 columns. Because of lack of memory I need to import the dataset in parts. Is there a nice way to put the following in a for statement? So that I don't need to write it out for all the following groups: A-d
By the way is it faster to import without using the guiImport function? Now I do the following: .attach(what = "P:\\client\\names", pos = 1, name = "Names") guiImportODBC(sDataSource = "aaa", sTableName = "bbb", sConnectionString = "DSN=aaa;SRVR=ccc;DB=xxx_db;UID=xxx;PWD=xxx", sSQLQuery = "SELECT * FROM APH_NAM \r\n WHERE Names >= 'a'\r\n AND Names <= 'd',
guiImportODBC(sDataSource = "aaa", sTableName = "bbb", sConnectionString = "DSN=aaa;SRVR=ccc;DB=xxx_db;UID=xxx;PWD=xxx", sSQLQuery = "SELECT * FROM APH_NAM \r\n WHERE Names >= 'e'\r\n AND Names <= 'j',
Greeting and a nice weekend to all! Sjoerd Smeets ================================================ |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: DLL package troubles, Urs Wagner |
|---|---|
| Next by Date: | Re: DLL package troubles, Sundar Dorai-Raj |
| Previous by Thread: | How to get se's of predictions from lme models, Hunsicker, Lawrence |
| Next by Thread: | EM & ECME, shahab einabadi |
| Indexes: | [Date] [Thread] [Top] [All Lists] |