logOut: logOut -Log user out of the LIMS.

Description Usage Arguments Details Value Author(s) Examples

View source: R/logOut.R

Description

logOut logs out of the current session.

Usage

1
logOut(coreApi, useVerbose = FALSE)

Arguments

coreApi

coreApi object returned during log in

useVerbose

use verbose option for debuggin in http POST

Details

logOut logs user out of the Core API

Value

returns list with $success = TRUE when sucessful, $response contains the entire http response

Author(s)

Craig Parman ngsAnalytics, ngsanalytics.com

Examples

1
2
3
4
5
6
## Not run: 
api<-CoreAPIV2::coreAPI("PATH TO JSON FILE")
response<- CoreAPIV2::authBasic(api)
logOut <- CoreAPIV2::logOut(response$coreApi,useVerbose=TRUE )

## End(Not run)

ceparman/Core5.3 documentation built on May 7, 2019, 8:16 a.m.