I have imported 6GB of sql file into my Rstudio using RODBC. i am able to view all the tables available in the database by using :
db <- odbcConnect("Classic") sqlTables(db)
I want to view what is there inside each table. how do i do it?
Aucun commentaire:
Enregistrer un commentaire