synapse_version: Return list of available GENIE BPC data releases

View source: R/synapse_version.R

synapse_versionR Documentation

Return list of available GENIE BPC data releases

Description

GENIE BPC data are updated periodically to add variables and reflect additional data cleaning. Each time the data are updated the data release version number is incremented. The 'synapse_version()' function will get available version numbers for each cohort to help the user determine what is the most recent version for each cohort.

Usage

synapse_version(most_recent = FALSE)

Arguments

most_recent

Indicates whether the function will return only the most recent version number for each cohort ('most_recent' = TRUE) or all available version numbers for each cohort ('most_recent'= FALSE)

Details

Specifies the version numbers available for each cancer cohort. Version numbers are specified as part of the call to 'pull_data_synapse()'.

Value

Returns a table containing the available versions for each cohort. Consortium releases are restricted to GENIE BPC consortium members.

Examples

synapse_version()
synapse_version(most_recent = TRUE)

genieBPC documentation built on March 7, 2023, 6:46 p.m.