We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
i.e. computed_var(x) would be equivalent to aes(..x...), with the advantage that it's obvious what to look up in the docs
computed_var(x)
aes(..x...)