$<-,dataset-method: Assign dataset field by numeric index
Description
Assign dataset field by numeric index
Usage
# S4 method for dataset
$(x, name) <- value
Value
Assign new dataset
by numeric index
Arguments
- x
The dataset object.
- name
name of the slot.
- value
The value to be used.