Skip to contents

Returns a table of information that is necessary to fully reproduce your analyses. Specifically, it includes R version, the packages loaded and their versions, and the All of Us CDR release that you are using.

Usage

aou_session_info(CDR = getOption("aou.default.cdr"))

Arguments

CDR

The name of the CDR to use. Defaults to getOption("aou.default.cdr")

Value

A list with three elements: the platform, the AoU release, and the packages

Examples

if (FALSE) { # on_workbench()
allofus::aou_session_info()
}