CausataConfig: Creates an object of class CausataConfig for working with...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

The CausataConfig object stores information that is used to connect to a configuration server to upload models, add variables, delete variables, etc.

Usage

1
2
3
CausataConfig(config.server.host, config.server.port, config.username, 
  config.password, protocol="https://", group=NULL)
is.CausataConfig(this)

Arguments

config.server.host

The host server URL.

config.server.port

The host server port.

config.username

Username for Causata configuration access.

config.password

Password for a Causata configuration access.

protocol

The protocol for connecting to the server.

group

Configuration data from the group provided will be loaded from the configuration file. See LoadCausataConfig. If the same parameter is provided in the configuration file and the function argument then the function argument will take precedence.

this

An argumement that will be tested, see is.

Details

Contact your Causata engagement manager for the settings required for these parameters.

Value

An object of class CausataConfig is returned.

Author(s)

David Barker <support@causata.com>

See Also

Config.DeleteVariable, Config.CreatePrimaryVariable, UploadModel, LoadCausataConfig, is.

Examples

1
2
3
# The settings below are not for an actual server, 
# they are for illustration purposes only.
config <- CausataConfig("server.causata.com","8002","causatauser","Bg20qydd6")

Causata documentation built on May 2, 2019, 3:26 a.m.