Learn R Programming

RedeR (version 1.20.0)

exitd: Exit RedeR R-to-Java interface.

Description

Exit R interface and close the active RedeR session.

Usage

exitd(obj)

Arguments

obj
Object of RedPort Class.

Value

Exit software.

See Also

RedPort

Examples

Run this code

rdp <- RedPort('MyPort') 

## Not run: 
# 
#   calld(rdp)
#   exitd(rdp)
# 
# ## End(Not run)  

Run the code above in your browser using DataLab