rockr.log: Log of the R server

Description Usage Arguments Value See Also Examples

View source: R/server.R

Description

Get the tail of the R server log.

Usage

1
rockr.log(conn, limit = 100)

Arguments

conn

A rockr connection object.

limit

The number of lines in the tail.

Value

A vector of character strings, one per log file line.

See Also

Other administration functions: rockr.package_install(), rockr.package_rm(), rockr.packages_datashield(), rockr.packages_rm(), rockr.packages(), rockr.package(), rockr.restart(), rockr.session_switch(), rockr.sessions(), rockr.session(), rockr.start(), rockr.status(), rockr.stop(), rockr.version()

Examples

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

## End(Not run)

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