If ix
is NULL, return X
Usage
# S3 method for class '`NULL`'
modify_vector_X(V, ixV, X, ixX)
Examples
modify_vector_X(6:15, c(), 1:10)
#> [1] 1 2 3 4 5 6 7 8 9 10
If ix
is NULL, return X
# S3 method for class '`NULL`'
modify_vector_X(V, ixV, X, ixX)
modify_vector_X(6:15, c(), 1:10)
#> [1] 1 2 3 4 5 6 7 8 9 10