FLStartSession: Starts Session and Creates temp Tables for result storage

Description Usage Arguments

Description

Strongly recommended to run before beginning a new R session use options to specify the following:- ResultDatabaseFL, ResultVectorTableFL, ResultMatrixTableFL, NameMapTableFL, ResultSparseMatrixTableFL

Usage

1
2
3
FLStartSession(connection, database = getOption("ResultDatabaseFL"),
  temporary = TRUE, drop = TRUE, debug = FALSE, tableoptions = NULL,
  tablePrefix = NULL, ...)

Arguments

connection

ODBC/JDBC connection object

database

name of current database

temporary

TRUE if result tables are to be created as volatile tables

drop

logical to specify to drop result tables if already existing

tableoptions

options used to create result tables


Fuzzy-Logix/AdapteR documentation built on May 6, 2019, 5:07 p.m.