Skip to contents

Get a study by name or identifier.

Usage

amber.study(amber, id)

Arguments

amber

An Amber object

id

Study's name or identifier

Value

A study object as a named list

Examples

if (FALSE) { # \dontrun{
a <- amber.login("https://amber-demo.obiba.org")
amber.study(a, id = "Trauma Registry")
amber.study(a, id = "6151b5234268f582926d37f44")
amber.logout(a)
} # }