stacomirtools (version 0.6.0.1)

stacomirtools: Stacomirtools options.

Description

S4 class wrappers for the 'ODBC' and Pool DBI connection, also provides some utilities to paste small datasets to clipboard, rename columns. It is used by the package 'stacomiR' for connections to the database. Development versions of 'stacomiR' are available in R-forge.

Arguments

Package options

stacomirtools uses the following [options()] to configure behaviour:

  • `stacomiR.dbname`: databasename

  • `stacomiR.host`: the name of the host, often ["localhost"]

  • `stacomiR.port`: the name of the port, most often ["5432"]

  • `stacomiR.user`: a string with the user name e.g. ["postgres"]#'

  • `stacomiR.password`: a string with the user password

  • `stacomiR.ODBClink`: a string with name of the ODBC link, default NULL

  • `stacomiR.path`: a string with the path to where some output are written

  • `stacomiR.printqueries`: a boolean, default FALSE, with the side effect of printing queries to the console