Update List
| frauddetector_update_list | R Documentation |
Updates a list¶
Description¶
Updates a list.
Usage¶
Arguments¶
name[required] The name of the list to update.
elementsOne or more list elements to add or replace. If you are providing the elements, make sure to specify the
updateModeto use.If you are deleting all elements from the list, use
REPLACEfor theupdateModeand provide an empty list (0 elements).descriptionThe new description.
updateModeThe update mode (type).
Use
APPENDif you are adding elements to the list.Use
REPLACEif you replacing existing elements in the list.Use
REMOVEif you are removing elements from the list.
variableTypeThe variable type you want to assign to the list.
You cannot update a variable type of a list that already has a variable type assigned to it. You can assign a variable type to a list only if the list does not already have a variable type.
Value¶
An empty list.