Displaying 1 result from an estimated 1 matches for "core2012".
Did you mean:
core01
2012 Feb 16
1
Reading Text Files with RODBC
...alled "Text Files" and then ran the following code in R
> library(RODBC)
> mtg <- odbcConnect("Text Files")
> sqlTables(mtg)
TABLE_CAT TABLE_SCHEM TABLE_NAME TABLE_TYPE REMARKS
1 C:\\USERS\\NUTTERB <NA> Core2012.txt TABLE <NA>
2 C:\\USERS\\NUTTERB <NA> MTGCards.csv TABLE <NA>
> sqlFetch(mtg, "MTGCards.csv")
Error in odbcTableExists(channel, sqtable) :
'MTGCards.csv': table not found on chan...