Description Usage Arguments Value
View source: R/ilts.operations.R
Get data from Oracle Database table
1 2 3 4 5 6 | get.oracle.table(
tn = "",
server = pkg.env$oracle.server,
user = pkg.env$oracle.user,
password = pkg.env$oracle.password
)
|
tn |
tablename to get |
oracle.user |
your oracle username |
oracle.password |
your oracle password |
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.