Learn R Programming

Causata (version 4.2-0)

CausataConfig: Creates an object of class CausataConfig for working with Causata from within R.

Description

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

Usage

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.

Value

An object of class CausataConfig is returned.

Details

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

See Also

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

Examples

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

Run the code above in your browser using DataLab