getSemVer: getSemVer - Retrieves the PFS SemVer and creates a warning...

Description Usage Arguments Details Value Author(s) Examples

Description

getSemVer Retrieves the PFS SemVer and creates a warning with the right value if null.

Usage

1
getSemVer(coreApi)

Arguments

coreApi

coreApi object with valid jsessionid

Details

getSemVer Retrieves the PFS SemVer and creates a warning with the right value if null.

Value

RETURN returns semVer containing the semVer of the PFS system.

Author(s)

Adam Wheeler adam.wheeler@thermofisher.com

Natasha Mora natasha.mora@thermofisher.com

Examples

1
2
3
4
5
6
7
## Not run: 
api <- coreAPI("PATH TO JSON FILE")
login <- authBasic(api)
semver <- getSemVer(login$coreApi)
logOut(login$coreApi)

## End(Not run)

ajwtech/pfsrsdk documentation built on June 14, 2019, 10:34 a.m.