Northeastern University logo allofus
  • Home
  1. Reference
  2. aou_session_info
  • Getting Started
  • Tutorials
    • Using ATLAS to create a cohort
    • Extracting All of Us survey and EHR data
    • Managing files on the workbench
  • Codebooks
    • Health History Surveys
    • All of Us Surveys
  • Reference
    • aou_atlas_cohort
    • aou_bucket_to_workspace
    • aou_codebook
    • aou_collect
    • aou_compute
    • aou_concept_set
    • aou_connect
    • aou_create_temp_table
    • aou_health_history
    • aou_join
    • aou_ls_bucket
    • aou_ls_workspace
    • aou_observation_period
    • aou_session_info
    • aou_sql
    • aou_survey
    • aou_table_info
    • aou_tables
    • aou_workspace_to_bucket
  • News
  • License
  • Citation

On this page

  • Print session information for the AoU R environment
    • Description
    • Usage
    • Arguments
    • Value
    • Examples

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

library("allofus")


allofus::aou_session_info()
aou_observation_period
aou_sql
 

allofus R package version 1.1.0