Introducing Tidier.jl for #JuliaLang:
A 100% Julia implementation of the #rstats {tidyverse}. Powered by the DataFrames.jl package and Julia’s meta-programming capabilities.
https://github.com/kdpsingh/Tidier.jl
Still a work in progress.
Tidier.jl currently supports many of the core tidyverse functions. Because the package implements a non-standard domain-specific language (i.e., tidyverse) within Julia, it requires macros instead of plain functions, which is why all of the functions start with a "@".
A 100% Julia implementation of the #rstats {tidyverse}. Powered by the DataFrames.jl package and Julia’s meta-programming capabilities.
https://github.com/kdpsingh/Tidier.jl
Still a work in progress.
Tidier.jl currently supports many of the core tidyverse functions. Because the package implements a non-standard domain-specific language (i.e., tidyverse) within Julia, it requires macros instead of plain functions, which is why all of the functions start with a "@".
GitHub - kdpsingh/Tidier.jl: 100% Julia implementation of the R tidyverse mini-language
100% Julia implementation of the R tidyverse mini-language - GitHub - kdpsingh/Tidier.jl: 100% Julia implementation of the R tidyverse mini-languageGitHub