0.0.7 (#10)
- Add dplyr rows verbs
- Allow mixed numbering (with
c()
andf[...]
) for tibble construction - Allow slice (
f[a:b]
) to be expanded into sequence forEVAL
context - Finish tidyr porting.
c()
and f[...]
) for tibble constructionf[a:b]
) to be expanded into sequence for EVAL
context