db_open.odb | R Documentation |
Devuelve objeto que habilita llamadas al servidor de datos.
## S3 method for class 'odb'
db_open(x)
x |
objeto odb |
Llama la función odbcDriverConnect
de RODBC.
objeto RODBC o NULL
is_rodbc
ox <- db_xcl(system.file("demofiles/mydata.xlsx", package
XLConnect))
op <- db_open(ox)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.