search for: coerceex

Displaying 2 results from an estimated 2 matches for "coerceex".

Did you mean: coerce
2020 Nov 21
3
Two ALTREP questions
...the attributes after the coercion. If he forgets to do so, then the result is a plain vector. Similar to the `Duplicate` and `DuplicateEX` functions where the former one will attach the attributes by default, I feel that the `Coerce` function should only return a plain vector and there should be a `CoerceEx` function to do the attribute assignment, so the logic in the no-EX ALTREP functions can be consistent. I do not know how dramastic the change would be, so maybe this is too hard to do. BTW, is there any way to contribute to the R source? I know R has a limited resouces, so if possible, I will be...
2020 Nov 21
0
[External] Two ALTREP questions
...the coercion. If he forgets to do so, then the result > is a plain vector. Similar to the `Duplicate` and `DuplicateEX` functions > where the former one will attach the attributes by default, I feel that the > `Coerce` function should only return a plain vector and there should be a > `CoerceEx` function to do the attribute assignment, so the logic in the > no-EX ALTREP functions can be consistent. I do not know how dramastic the > change would be, so maybe this is too hard to do. Since you raised this earlier I have been looking at it and also think that this needs to he handled a...