get_atr.odb | R Documentation |
devuelve una propiedad
## S3 method for class 'odb'
get_atr(x, atr)
x |
objeto odb |
atr |
character: atributo o propiedad |
valor atributo o NA
ob <- odb(server = "{SQL Server}", database = "db")
get_atr(ob, "server")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.