getCurrentRaMPVersion: Retrieve RaMP version

View source: R/SourceDataFunctions.R

getCurrentRaMPVersionR Documentation

Retrieve RaMP version

Description

Retrieve RaMP version

Usage

getCurrentRaMPVersion(db = RaMP(), justVersion = T)

Arguments

justVersion

boolean value indicating if the method should just return the version id (default, justVersion = T), or a table that includes db_version_id, load_timestamp (update time/date), version_notes, and the db_sql_url (a url for mysql schema download)

Value

current ramp databse version

Examples

## Not run: 
pkg.globals <- setConnectionToRaMP(dbname="ramp2",username="root",conpass="",host = "localhost")
getCurrentRaMPVersion()

## End(Not run)

ncats/RaMP-DB documentation built on April 28, 2024, 3:28 a.m.