View source: R/frauddetector_operations.R
frauddetector_create_variable | R Documentation |
Creates a variable.
See https://www.paws-r-sdk.com/docs/frauddetector_create_variable/ for full documentation.
frauddetector_create_variable(
name,
dataType,
dataSource,
defaultValue,
description = NULL,
variableType = NULL,
tags = NULL
)
name |
[required] The name of the variable. |
dataType |
[required] The data type of the variable. |
dataSource |
[required] The source of the data. |
defaultValue |
[required] The default value for the variable when no value is received. |
description |
The description. |
variableType |
The variable type. For more information see Variable types. Valid Values:
|
tags |
A collection of key and value pairs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.