Learn R Programming

Causata (version 4.2-0)

Config.DeleteVariable: Deletes a Causata variable.

Description

This function attempts to delete the named variable from Causata's configuration.

Usage

Config.DeleteVariable(causata.config, variable.name)

Arguments

causata.config
An object from CausataConfig.
variable.name
The internal system-name of the variable to create.

Value

TRUE if the variable deletion succeeded. Otherwise, the response from the server (including error messages) is returned. This may occour if other variables are derived from the variable you're trying to delete, or if it is used in live decision engines or camapigns.

Details

This function attempts to delete the named variable from Causata's configuration.

See Also

CausataConfig.