search for: biosample

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

Did you mean: bigsamples
2012 Jul 16
1
RODBC connection to locked Excel2010 files
...a SQL database, but this is not an option at this point.). Typically we are not working on the same sheets. However, if possible I like to read the most current excel file into R. RODBC works great as long as the other user has not open the file. I tried: channel <- odbcConnectExcel2007("Biosample.xlsx") channel <- odbcConnectExcel2007("Biosample.xlsx",readOnly = TRUE) but I do get a windows error message that the file is locked by another user. Is there a way to open an excel file with RODBC in "read only" mode? I am using R2.15 (32bit) on a Microsoft windows...