scriptInit: Prepare R for an interactive script

Description Usage Value Author(s) See Also Examples

View source: R/scripting.R

Description

The function prepares R for an interactive session (e.g. in a script). Currently it defines behaviour in case of errors: a file named “ribios.dump” is written.

Usage

1

Value

Side effect is used.

Author(s)

Jitao David Zhang <jitao_david.zhang@roche.com>

See Also

options

Examples

1
2
3
4
5
## do not run unless the script mode is needed
## Not run: 
  scriptInit()

## End(Not run)

ribiosUtils documentation built on March 13, 2020, 2:54 a.m.