Learn R Programming

ribiosUtils (version 1.5-6)

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.

See Also

options

Examples

Run this code
# NOT RUN {
## do not run unless the script mode is needed
# }
# NOT RUN {
  scriptInit()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab