db_tablas.RODBC | R Documentation |
Nombres de las tablas en la base de datos.
## S3 method for class 'RODBC'
db_tablas(x, msg = TRUE)
x |
objeto RODBC |
msg |
cuántas tablas? TRUE por defecto |
Simplifica el resultado de llamar la función
sqlTables
de RODBC
character o NULL
ox <- db_xcl(system.file("demofiles/mydata.xlsx", package =
"XLConnect"))
op <- db_open(ox)
db_tablas(op)
db_close(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.