op_base: Functions for Interaction with the Opasnet Base (obsolete)

Description Usage Arguments Details Value Author(s) Examples

Description

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

Usage

1
2
op_baseGetData(dsn, ident, ...)
op_baseGetLocs(dsn, ident, ...)

Arguments

dsn

a defined Data Service Name (in ODBC) to use

ident

object identifier in Opasnet (or other)

...

arguments for opbase

Details

Obsolete.

See also: http://en.opasnet.org/w/Opasnet_Base_Connection_for_R

Value

op_baseGetData

Returns data as a data.frame.

op_baseGetLocs

Returns dimension information as a data.frame.

op_baseWrite

Returns 0 if successful.

Author(s)

Teemu Rintala, teemu.rintala@thl.fi

Examples

1
2
  ## Not run: op_baseGetLocs("opasnet_base", "Op_en4723")
  ## Not run: asthma <- op_baseGetData("opasnet_base", "Op_en4723", exclude = 48823)

OpasnetUtils documentation built on May 2, 2019, 12:39 p.m.