oadmin.log_rest: Get Opal REST API logs

View source: R/opal.admin.R

oadmin.log_restR Documentation

Get Opal REST API logs

Description

Get Opal REST API logs

Usage

oadmin.log_rest(opal, all = TRUE)

Arguments

opal

Opal connection object.

all

Get all or only latest log messages.

Examples

## Not run: 
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
oadmin.log_rest(o)
opal.logout(o)

## End(Not run)

opalr documentation built on Oct. 6, 2023, 5:08 p.m.