aou_session_info: Print session information for the AoU R environment

View source: R/aou_session_info.R

aou_session_infoR Documentation

Print session information for the AoU R environment

Description

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


allofus::aou_session_info()


allofus documentation built on July 4, 2024, 9:09 a.m.