loadXmlConfigFile: loadXMLconfigFile- Loads an XML config file

Description Usage Arguments Details Value Author(s) Examples

Description

xmlFilePath Loads an XML config file.

Usage

1
loadXmlConfigFile(coreApi, xmlFilePath = NULL, appName = NULL)

Arguments

coreApi

coreApi object with valid jsessionid

xmlFilePath

Path to XML file

appName

name of PFS app to enable

Details

xmlFilePathe Loads an XML config file

Value

RETURN returns the entire http response

Author(s)

Craig Parman info@ngsanalytics.com

Adam Wheeler adam.wheeler@thermofisher.com

Scott Russell scott.russell@thermofisher.com

Examples

1
2
3
4
5
6
7
## Not run: 
api <- coreAPI("PATH TO JSON FILE")
login <- authBasic(api)
loadXMLconfigFile(login$coreApi, "PathtoFile/test.xml")
logOut(login$coreApi)

## End(Not run)

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