Learn R Programming

ribiosUtils (version 1.7.7)

scriptInit: Prepare R for an interactive script

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

scriptInit()

Arguments

Value

Side effect is used.

Author

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

See Also

Examples

Run this code

## do not run unless the script mode is needed
# \donttest{
  scriptInit()
# }

Run the code above in your browser using DataLab