TidierOrg / Tidier.jl

Meta-package for data analysis in Julia, modeled after the R tidyverse.
MIT License
515 stars 14 forks source link

Add bang-bang interpolation #18

Closed kdpsingh closed 1 year ago

kdpsingh commented 1 year ago

I plan to add tidyverse-style !! interpolation, which can be used to interpolate variable names with their values.

This should support values that are either strings or symbols, and eventually a collection (tuple or array) of strings or symbols. Should probably also support variables containing the results of selection helpers in them but will need to think through this.