tidyblocks
tidyblocks copied to clipboard
Allow user to save scalar results in variables and refer to those in computations
Use case:
- User calculates a correlation coefficient.
- User wants to use that value in a subsequent calculation, but there's no way to store it now and refer to it later.
This will be a big change, so we need to think through implications before implementing.