rockr.close {rockr}R Documentation

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

## Not run: 
conn <- rockr.connect('administrator','password', url='https://rocker-demo.obiba.org')
rockr.open(conn)
rockr.close(conn)

## End(Not run)

[Package rockr version 1.0.0 Index]