TidierOrg / Tidier.jl

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

Initiate adding docstrings to each macro #5

Closed zhezhaozz closed 1 year ago

zhezhaozz commented 1 year ago

This PR works on adding docstrings in the source code of Tidier.jl.

  1. Brief explanation of the usage for each macro
  2. explanations for the arguments
  3. One or two examples for each macro

We may also want to implement jldoctest for example block.

kdpsingh commented 1 year ago

Thank you so much! I will take a look, add jldoctests, and will merge.