Learn R Programming

rockr (version 1.0.0)

rockr.close: Close the R session

Description

Close the R session, if there is any associated to the connection.

Usage

rockr.close(conn)

Arguments

conn

A rockr connection object.

Value

Void

See Also

Other connection functions: rockr.connect(), rockr.open()

Examples

Run this code
# NOT RUN {
conn <- rockr.connect('administrator','password', url='https://rocker-demo.obiba.org')
rockr.open(conn)
rockr.close(conn)
# }

Run the code above in your browser using DataLab