This would allow for more consistent syntax when extracting the type of an expression.
A block like this:
if (inherits(x, "Expression")) { class<-x$type()$ToString() } else { class<- type(x)$ToString() }would be simplified to
class<- type(x)$ToString()
Reporter: Dragoș Moldovan-Grünfeld / @dragosmg
Assignee: Dragoș Moldovan-Grünfeld / @dragosmg
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-15712. Please see the migration documentation for further details.
This would allow for more consistent syntax when extracting the type of an expression.
A block like this:
would be simplified to
Reporter: Dragoș Moldovan-Grünfeld / @dragosmg
Assignee: Dragoș Moldovan-Grünfeld / @dragosmg
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-15712. Please see the migration documentation for further details.