Description Usage Arguments Details Value Author(s) Examples
A collection of functions used in Opasnet for database interaction. Includes functions for fetching datasets, exploring the dimensions of Opasnet variables and writing objects into the database.
This function family has been replaced by the opbase
family
1 2 | op_baseGetData(dsn, ident, ...)
op_baseGetLocs(dsn, ident, ...)
|
dsn |
a defined Data Service Name (in ODBC) to use |
ident |
object identifier in Opasnet (or other) |
... |
arguments for |
Obsolete.
See also: http://en.opasnet.org/w/Opasnet_Base_Connection_for_R
op_baseGetData |
Returns data as a data.frame. |
op_baseGetLocs |
Returns dimension information as a data.frame. |
op_baseWrite |
Returns 0 if successful. |
Teemu Rintala, teemu.rintala@thl.fi
1 2 | ## Not run: op_baseGetLocs("opasnet_base", "Op_en4723")
## Not run: asthma <- op_baseGetData("opasnet_base", "Op_en4723", exclude = 48823)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.