TidierOrg / Tidier.jl

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

Use `@chain` macro inside of package to improve readability. #32

Closed kdpsingh closed 1 year ago

kdpsingh commented 1 year ago

@chain is used internally anytime multiple data operations need to be performed on a data frame. This improves readability and makes errors easier to spot.

Minor edits to docs.