TidierOrg / Tidier.jl

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

add backticks to parse_interpolation() #61

Closed kdpsingh closed 1 year ago

kdpsingh commented 1 year ago

Adds backtick notation for columns containing spaces. Still need to add documentation showing var"column name" and `column name` notation.