db_constr.odb | R Documentation |
Devuelve la 'connection string' que se genera con las propiedades del objeto
## S3 method for class 'odb'
db_constr(x)
x |
objeto de clase odb |
character
ox <- db_xcl(system.file("demofiles/mydata.xlsx", package =
"XLConnect"))
db_constr(ox)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.