rockr.close: Close the R session

Description Usage Arguments Value See Also Examples

View source: R/sessions.R

Description

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

Usage

1

Arguments

conn

A rockr connection object.

Value

Void

See Also

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

Examples

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

## End(Not run)

rockr documentation built on March 12, 2021, 5:06 p.m.