[R] Reading access file
Wensui Liu
liuwensui at gmail.com
Thu May 14 22:58:38 CEST 2015
mdbConnect<-odbcConnectAccess("C:\\temp\\demo.mdb");
sqlTables(mdbConnect);
demo<-sqlFetch(mdbConnect, "tblDemo");
odbcClose(mdbConnect);
rm(demo);
On Thu, May 14, 2015 at 6:31 AM, silvano <silvano at uel.br> wrote:
> Hello everybody.
>
> I have a access file to read in R but I can’t to do this.
>
> I used Hmisc package, but it doesn’t work.
>
> Someone has the commands to read this kind of file?
>
> I attached the access file.
>
> Thanks.
>
> Silvano.
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
==============================
WenSui Liu
Credit Risk Manager, 53 Bancorp
wensui.liu at 53.com
513-295-4370
==============================
[[alternative HTML version deleted]]
More information about the R-help
mailing list