share.option: get options for the ifn environment

View source: R/00.R

share.optionR Documentation

get options for the ifn environment

Description

Options for the package are stored in an options() entry named 'ifn'. It should be a list

Usage

share.option(...)

Arguments

...

list of values to get or set

Details

Packages options describe the running package environment

graph

named list with default graph options list(width, height, type)

platform

unique id of the platform, ISO name of the country and 'eu' for european

platform.path

path to platform definition files

autoload.platform

if TRUE launch load_platform() when package is loaded

db_driver

name of the DB driver to use. Actually 'RPostgreSQL' or 'RODBC'

db_dsn

Database connexion string (or list). for ROBDC list with 'file' entry will load DSN from the file

base.out.path

output path used by default init.path function

Value

list()


cturbelin/ifnBase documentation built on Nov. 5, 2023, 12:54 p.m.