defaultDataSRC: defaultDataSRC

Description Usage Value Examples

View source: R/pub03_DatabaseOperationFuncs.R

Description

get the default datasrc. You can reset the default value by eg. options(datasrc="quant")

Usage

1

Value

a character string, the value of the default datasrc.

Examples

1
2
3
4
5
6
# -- get the default datasrc
defaultDataSRC()
# -- reset 
options(datasrc="quant")
# -- reget
defaultDataSRC()

QuantAndrew/QDataGet documentation built on May 14, 2019, 7:35 a.m.