is_rodbc | R Documentation |
Es objeto RODBC?.
is_rodbc(x)
x |
objeto RODBC |
logical
ox <- db_xcl(system.file("demofiles/mydata.xlsx", package =
"XLConnect"))
op <- db_open(ox)
is_rodbc(op)
db_close(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.