db_info.RODBC | R Documentation |
Información básica sobre la base de datos y el "driver"
## S3 method for class 'RODBC'
db_info(x)
x |
objeto RODBC |
character
ox <- db_xcl(system.file("demofiles/mydata.xlsx", package =
"XLConnect"))
op <- db_open(ox)
db_info(op)
db_close(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.